Define Byte code.
17 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
12 Likes
Give a brief historical development of Java.
Mention at least four features of Java.
What is Java Virtual Machine (JVM)?
Name three packages of Java Class Library.