Respuesta :
Java is a high level programming language.
The true statement is (c) Bytecode is platform independent.
First, java programs are compiled and interpreted
This means that (a) is not true
Secondly Just-In-Time (JIT) does not create intermediate bytecodes, and Java virtual machine (JVM) does not create object codes.
However, java programs are compiled to an instruction set for the JVM; this instruction set is referred to as the byte code.
And the byte code is platform-independent.
Hence, the true option is (c)
Read more about java programming language at:
https://brainly.com/question/2266606
Answer:
C) Bytecode is platform independent
Explanation:
Just got it right on ASU