Multiple choice

Java can be run on any machine that has a JVM

  1. True

  2. False

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

Java's 'Write Once, Run Anywhere' (WORA) capability is enabled by the Java Virtual Machine (JVM). As long as a target machine has a compatible JVM installed, it can execute compiled Java bytecode (.class files) regardless of the underlying operating system or hardware.