Which two statements are true about Java byte code?

Which two statements are true about Java byte code? (Choose two.)
A. It can be serialized across network.
B. It can run on any platform that has a Java compiler.
C. It can run on any platform.
D. It has ".java" extension.
E. It can run on any platform that has the Java Runtime Environment.

Download Printable PDF. VALID exam to help you PASS.

4 thoughts on “Which two statements are true about Java byte code?

  1. Answer is : AE
    B is wrong because it doesn’t need java compiler once java file is compiled
    C is wrong because System need Java Runtime Environment to run the program.
    D is wrong because the java file convert to .class file once compiled

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.