Home »
MCQs »
Java MCQs
What makes the Java platform independent?
3. What makes the Java platform independent?
- Advanced programming language
- It uses bytecode for execution
- Class compilation
- All of these
Answer: B) It uses bytecode for execution
Explanation:
In Java, programs are compiled into byte code and that byte code is platform-independent.