Advertisements
Advertisements
Question
Define the term Byte code.
Definition
Solution
Java programs are compiled to Byte code, an intermediate format. To run this byte code on any system, an interpreter called Java Virtual Machine (NM) transforms it to machine code.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.05: Introduction to Java - EXERCISES [Page 54]