nerdexam
Oracle

1Z0-815 · Question #47

Which statement is true about Java byte code?

The correct answer is C. It can run on any platform that has the Java Runtime Environment. We are talking about byte code so the Java program has been compiled. The question ask for what we need to run the byte code.

Understanding Java Technology and Environment

Question

Which statement is true about Java byte code?

Options

  • AIt can run on any platform.
  • BIt can run on any platform only if it was compiled for that platform.
  • CIt can run on any platform that has the Java Runtime Environment.
  • DIt can run on any platform that has a Java compiler.
  • EIt can run on any platform only if that platform has both the Java Runtime Environment and a

How the community answered

(58 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    74% (43)
  • D
    12% (7)
  • E
    9% (5)

Explanation

We are talking about byte code so the Java program has been compiled. The question ask for what we need to run the byte code.

Topics

#bytecode#JRE#platform independence#WORA

Community Discussion

No community discussion yet for this question.

Full 1Z0-815 Practice