Command Line Parameters

It's just like C -- see String[] argv below:


  CmdLine.java

CmdLine.java lists its command-line parameters.

E.g. Cat someFile:


  Cat.java

java Cat someFile   copies the named file to standard output.