What is Java Byte code ?
The java byte code is the machine instruction for a Java processor chip called Java Virtual Machine (JVM). The byte code is independent of the platform it has to run upon. Unlike native executable code, Java byte code is the same on every platform.First Java source code is compiled and their byte codes are produced. Then the interpreter reads the byte code and translates it into native language of the host environment on the fly.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment