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)- A3% (2)
- B2% (1)
- C74% (43)
- D12% (7)
- E9% (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.