What is Java Virtual Machine (JVM)?
170 Likes
Java Virtual Machine (JVM) is a software that takes Bytecode as input, converts it into Machine code of the specific platform it is running on and executes it. JVM is platform specific, each platform has its own JVM.
Answered By
109 Likes
Mention at least four features of Java.
Define Byte code.
Name three packages of Java Class Library.
What are Java reserved words? Name any five.