Advertisements
Advertisements
Question
Java Virtual Machine (JVM) is an:
Options
Interpreter
Compiler
Machine code
Byte code
MCQ
Solution
Interpreter
Explanation:
The Java Virtual Machine (JVM) functions as an interpreter. It reads the compiled Java bytecode and converts it to machine code that can run on the host machine. The JVM makes Java platform neutral by allowing the same bytecode to run on any machine running the JVM.
shaalaa.com
Is there an error in this question or solution?