August 2004
Intermediate to advanced
480 pages
9h 41m
English
1. | Open command prompt or shell |
2. | Change directories to directory where the .java file you want to compile is stored by typing cd. |
3. | To compile: javac myClass.java |
4. | To run: java myClass |
Read now
Unlock full access