What is bytecode in Java?
2024
What is bytecode in Java?
- A.
Machine-dependent code in Java.
- B.
Source code in Java.
- C.
Intermediate machine-independent code generated by Java compiler.
- D.
Machine code specified to a processor.
- E.
Question not attempted
Attempted by 94 students.
Show answer & explanation
Correct answer: C
Java bytecode is the intermediate, platform-independent code generated by the Java compiler and executed by the JVM.