KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

JVM converts bytecode directly into

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

Java Intro

7 Likes

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.

Answered By

5 Likes


Related Questions