📝 Question
#1312
What is bytecode?
✓
Correct Answer
B. Java code
💡
Explanation
Java bytecode is the form of instructions that the Java virtual machine executes. Each bytecode opcode is one byte in length, although some require parameters, resulting in some multi-byte instructions.
⌨️ Press
A
B
C
D
to select