Multiple choice technology

Java run-time system is also called as Java Virtual Machine (JVM)

  1. True

  2. False

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

The Java Virtual Machine (JVM) is indeed the run-time system that executes Java bytecode. It provides the environment where Java programs run, handling memory management, garbage collection, and platform independence through the 'write once, run anywhere' principle.