Oracle
1Z0-809 · Question #122
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 asks for what we need to run the byte code. https://www.java.com/download/faq/whatis_java.xml http://www.researchgate.net/post/Run_Java_Application_Without_Installing_Java_Runtime
Java Class Design
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 Java compiler.
How the community answered
(33 responses)- B3% (1)
- C85% (28)
- D9% (3)
- E3% (1)
Explanation
We are talking about byte code so the Java program has been compiled. The question asks for what we need to run the byte code. https://www.java.com/download/faq/whatis_java.xml http://www.researchgate.net/post/Run_Java_Application_Without_Installing_Java_Runtime
Topics
#bytecode#JRE#platform independence#JVM
Community Discussion
No community discussion yet for this question.