previous
|
start
|
next
Command Line Arguments
Launch a program from the command line
Specify arguments after the program name
The program accesses these strings by processing the
args
parameter of the
main
method
previous
|
start
|
next