Java is a high level programming language.
The true statement is (c) Bytecode is platform independent.
First, java programs are <em>compiled </em>and <em>interpreted</em>
This means that (a) is not true
Secondly Just-In-Time (JIT) <em>does not create </em>intermediate bytecodes, and Java virtual machine (JVM) <em>does not create </em>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:
brainly.com/question/2266606