Q. What makes the Java platform independent?
β
Correct Answer: (B)
It uses bytecode for execution
Explanation: In Java, programs are compiled into byte code and that byte code is platform-independent.