filmov
tv
Java Tutorials - 45 Command Line Arguments

Показать описание
In the creation of methods, we know that a parameter list, wrapped in parentheses, always follows the name of the method. That is not any different for the main method. The parameter for the main method is a String array named args. This parameter is named args because it is used to provide command line arguments to the method at runtime.