What is JVM ?
-
Java Visual Mode
-
Java Virtual Machine
-
Java Virtual Manual
-
Java View Mode
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
JVM stands for Java Virtual Machine, which is the execution engine that runs Java bytecode by providing a runtime environment. It's not a visual mode, manual, or view mode - it's the fundamental component that enables Java's platform independence by abstracting the underlying hardware.
AI explanation
JVM stands for Java Virtual Machine, the runtime engine that loads compiled Java bytecode and executes it on the underlying hardware, providing platform independence ('write once, run anywhere'). It also manages memory (garbage collection), security, and other runtime services, none of which apply to the other, made-up expansions listed.