Multiple choice technology programming languages Java runs on _______. Windows Unix/Linux Macs 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.