6 replies
goofy-6
over 13 years ago

"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_ A Java application can accept any number of arguments from the command line._x000D_ This allows the user to specify configuration information when the application is_x000D_ launched._x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Object_Oriented_Programming_-_JAVA_and_VISUAL_BASIC__lecture_notes__A__SINGH"
sushe
over 13 years ago
to see other 4 answers
Related documents
Search questions by subject

