Java theorytheory 0/50 · 0%
Fundamentals · easy

1. Java Virtual Machine (JVM)

Understanding the execution environment for Java.

The JVM is the engine that provides a runtime environment to drive the Java Code. It converts Java bytecode into machine language. JVM is a part of Java Runtime Environment (JRE).

Check your understanding

  1. 1. What does the JVM execute?

  2. 2. Is the JVM platform-independent?