Multiple choice

Complete the statement: The JVM

  1. compiles source files into object files.

  2. compiles source files into machine code.

  3. translates bytecode into machine code.

  4. executes a java program and creates an executable file.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The JVM (Java Virtual Machine) is responsible for interpreting or JIT-compiling bytecode into machine-specific instructions.