Computer Science, asked by sagnik50, 11 months ago

define byte code in Java programming

Answers

Answered by lakshyasingh1491
2
Programming code that, once compiled, is run through a virtual machine instead of the computer��s processor. ... Bytecode is the compiled format for Java programs. Once aJava program has been converted tobytecode, it can be transferred across a network and executed by Java Virtual Machine (JVM).
Answered by cyrusbishop
2

Answer:

Byte code is a code which is used by Java to solve the problem of platform independence.

Explanation:

It is independent of the computer system it has to run upon. It is a machine instructor for a Java processor chip called the Java virtual machine.

It looks a lot like machine language, but unlike machine language Java byte code is exactly the same on every platform.

Similar questions