5 replies
juno
over 13 years ago

"Command line arguments are parameters that are supplied to the application_x000D_ program at the time of invoking it for execution. We can write Java programs_x000D_ that can receive and use the arguments provided in the command line. e.g. public_x000D_ static void main (String args[]). args is declared as an array of strings and_x000D_ arguments provided in the command line are passed to the array args as its_x000D_ elements._x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Object_Oriented_Programming_-_JAVA_and_VISUAL_BASIC__lecture_notes__A__SINGH"
aasha
over 13 years ago
to see other 3 answers
Related documents
Search questions by subject

