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.