Which statement is true about Java byte code?

Which statement is true about Java byte code?

Which statement is true about Java byte code?

A.
It can run on any platform.

B.
It can run on any platform only if it was compiled for that platform.

C.
It can run on any platform that has the Java Runtime Environment.

D.
It can run on any platform that has a Java compiler.

E.
It can run on any platform only if that platform has both the Java Runtime Environment
and a Java compiler.



Leave a Reply 5

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


IO

IO

the correct answers is
C.
It can run on any platform that has the Java Runtime Environment.

Java bytecode is compiled. You just need a JRE

Kaykay

Kaykay

Definitely C.