1.Compiling with javac
javac [options] [source files]
Both the [options] and the [source files] are optional parts of the command, and both allow multiple entries.
eg: javac -help
javac -classpath com:. -g Foo.java Bar.java Continue reading
Sep
19