Command line arguments | |||
กก
The name of the class is not included in the argument list Command line arguments are passed in an array of Strings. The first array component is the zeroth. For example, consider this invocation: กก
All command line arguments are passed as String values, never as numbers. Later you'll learn how to convert Strings to numbers. | |||
|