ICSE Class 10 Computer Applications
Question 10 of 30
Solved Sample Paper 1 — Question 10
Back to all questions 10
Question Question 1(x)
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these
machine code
Reason — JVM converts bytecode directly into machine code as it is responsible for interpreting or compiling Java bytecode into machine code that is executed by the host computer's CPU.