Public: - public specify that the method is accessible from outside the class.
|
Void: - Void specifies that the method does not return any result to the calling environment.
String args []:- While running a program at the control line we can pass some arguments to it. These arguments and this array are used to hold the args provided at the command prompt.
Comments
Post a Comment
Please share your experience.....