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).
← Java theorytheory 0/50 · 0%
Fundamentals · easy
1. Java Virtual Machine (JVM)
Understanding the execution environment for Java.
Check your understanding
1. What does the JVM execute?
2. Is the JVM platform-independent?