what is byte code? plzz tell
Answers
Answered by
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
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