Multiple choice technology programming languages

Java runs on _______.

  1. Windows

  2. Unix/Linux

  3. Macs

  4. All of the Above

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

Java's platform independence means compiled bytecode can run on any system with a JVM. Windows, Unix/Linux, and macOS all have JVM implementations, so Java runs on all these platforms. Options A, B, and C are each individually true but incomplete.