Multiple choice technology programming languages

Is Java Is Platform independent?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.