Which of the following is NOT an advantage of Java bytecode?
2024
Which of the following is NOT an advantage of Java bytecode?
- A.
Portability
- B.
Security
- C.
Platform independent
- D.
Faster execution than machine code
- E.
Question not attempted
Attempted by 81 students.
Show answer & explanation
Correct answer: D
Java bytecode supports portability, security, and platform independence. It is not generally claimed to execute faster than native machine code.