Java can be run on any machine that has a JVM
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.