Define Java byte code.
101 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
68 Likes
…………… statement displays the result in Java programming.
James Gosling developed Java programming language.
The extension of a Java source code file is: