Multiple choice technology programming languages

JVM is an instance of JRE (Java runtime environment)

  1. True

  2. False

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

The JVM is the runtime engine that executes Java bytecode and is part of the JRE. Each running Java application creates its own JVM instance from the JRE installation.