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 is platform-independent and runs on Windows, Unix/Linux, and Mac operating systems due to its 'write once, run anywhere' design. The JVM (Java Virtual Machine) enables this cross-platform execution.