Method Overloading: Method overloading allows defining multiple methods with the same name but different parameters within a class.
Void:The return type `void` indicates that a method does not return any value.
Arguments (args): In Java, arguments (also called parameters) allow passing data into methods or programs when they are called or run.