Define the term Byte code
98 Likes
Java compiler converts Java source code into an intermediate binary code called Bytecode. Bytecode can't be executed directly on the processor. It needs to be converted into Machine Code first.
Answered By
61 Likes
Define the term Source code
Define the term Machine code
Distinguish between Compiler and Interpreter
Distinguish between Java (JDK 1.5) and BlueJ