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

  1. machine code
  2. another byte code
  3. high level code
  4. None of these
Answer

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.