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
Applet programming is a feature of which language:
Which keyword includes a package in a Java program?
The extension of a Java source code file is: