please tell me about command line arguments in java?

please tell me about command line arguments in java?

View Answers

January 22, 2011 at 11:01 AM

Hi Friend,

The command-line arguments are the arguments which are sent to the program being called. You can take any number of command-line arguments which may be necessary for the program to run.

For more information, visit the following links:

http://www.roseindia.net/java/java-get-example/get-command-arguments.shtml

http://www.roseindia.net/java/beginners/cmnd-line-arguments.shtml

Thanks









Related Tutorials/Questions & Answers:
Advertisements