Java Byte Code



Java Byte code is a machine instruction for JAVA PROCESSOR CHIP called java virtual machine. The byte code is independent of the computer system it has to run upon.

Java Byte code looks like machine language but unlike machine language java byte code is exactly same in every platform(like. windows, macos, linux etc...) it has to run upon.

Comments