Computer Science, asked by gyanvi1, 1 year ago

what is byte code? plzz tell

Answers

Answered by DhrubaBaruatheGamer
0
Bytecode , also termed portable code or p-code , is a form of instruction set designed for efficient execution by a software interpreter.
Answered by cyrusbishop
0

Answer:

Byte code in Java is a machine instruction for a Java processor chip called the Java virtual machine. Java solves the problem of platform-independence by using byte code.

Contrary to ordinary compilers, the Java compiler does not produce native executable code for a particular machine. Instead, it produces a special format called byte code.

Similar questions