The Java Compiler
The next step is to compile the source file: > javac HelloWorld.java
The Java compiler (javac) compiles the high-level source code into bytecodes
The file of bytecodes created by the compiler is called “HelloWorld.class”
Note carefully the “.class” extension