Which of the following is NOT an advantage of Java bytecode?

2024

Which of the following is NOT an advantage of Java bytecode?

Answer: D. Faster execution than machine codeJava bytecode supports portability, security, and platform independence. It is not generally claimed to execute faster than native machine code.

  1. A.

    Portability

  2. B.

    Security

  3. C.

    Platform independent

  4. D.

    Faster execution than machine code

  5. E.

    Question not attempted

Attempted by 381 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…