Compile and RunSave the program as HelloWorld.java. Compile the program: Look at the directory (ls), you should see a file called HelloWorld.class. This file is generated by the javac compiler. It contain the bytecode of your source program. To execute the program, you need to use the JVM:
|