Home Tutorial Java Certification Command line arguments

 
 

Command line arguments
Posted on: July 3, 2010 at 12:00 AM
In this SCJP topic you will learn about command line arguments.

Java application can accept any number of arguments directly from the command line. The user can enter command-line arguments when invoking the application. When running the java program from java command, the arguments are provided after the name of the class separated by space.

For more details about access modifiers click on the following links

Command Line Arguments

Related Tags for Command line arguments:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.