1 | The next step is to compile the source file: > javac HelloWorld.java |
2 | The Java compiler (javac) compiles the high-level source code into bytecodes |
3 | The file of bytecodes created by the compiler is called "HelloWorld.class" |
4 | Note carefully the ".class" extension |