Java SE 8 Programmer I — Question 7

Which statement is true about Java byte code?

Answer options

Correct answer: C

Explanation

The correct answer is C because Java byte code is designed to be executed on any platform that has the Java Runtime Environment (JRE), which interprets the byte code. Options A, B, D, and E are incorrect because they either misrepresent the requirements for running Java byte code or incorrectly state that a Java compiler is needed, which is not the case for execution.