Computer Science, asked by shashank176, 1 year ago

what is byte code in java????

Answers

Answered by siddhartharao77
9
Shor note on Bytecode:

(a) In Java, Bytecode is the form of instructions that the JVM Executes.

(b) The class file holds the instructions in the bytecode.

(c) Each instruction is of 1-2 bytes.



Hope this helps!
Answered by cyrusbishop
2

Answer:

Byte code in Java is a machine instruction for a Java processor chip called the Java virtual machine.

Explanation:

This byte code means the same thing on a Solaris workstation as it does on a Macintosh Power Book or on Windows 98 running on an Inter Pentium IV.

However, the Java programs that have been compiled into byte code still need an interpreter to execute them on any given platform.

Similar questions