Log in or register to post comments The bytecode. Java compiler converts the Java programs into the class file (Byte Code) which is the intermediate language between source code and machine code. This bytecode is not platform specific and can be executed on any computer. Tags Java Fundamental Interview Questions Core Java Interview Questions Java Interview Questions