Is Java Is Platform independent?
A
Correct answer
Explanation
Java is platform independent because Java source code compiles to bytecode that runs on any device with a Java Virtual Machine (JVM). The JVM interprets the bytecode for the specific underlying operating system and hardware.