Multiple choice technology programming languages

Java runs on _______.

  1. Windows

  2. Unix/Linux

  3. Mac

  4. All of the Above

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

Java's 'write once, run anywhere' philosophy means compiled Java bytecode runs on any platform with a Java Virtual Machine (JVM). This includes Windows, Unix/Linux, macOS, and many others. The JVM abstracts platform differences, making Java highly portable across operating systems.