please tell me about command line arguments in java?
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.
Thanks