Q. What is byte code in the context of Java? (Solved)
1. The type of code generated by a Java compiler
2. The type of code generated by a Java Virtual Machine
3. It is another name for a Java source file
4. It is the code written within the instance methods of a class.
- a. The type of code generated by a Java compiler