"Java compiled code (byte code) can run on all operating systems"
đ This is possible because Java code is compiled into bytecode, which runs on the Java Virtual Machine (JVM).
Since JVMs are available on all major OS (Windows, Linux, macOS, etc.), the same bytecode can run anywhere.
â Answer: (c) Platform Independent