History, asked by kanojia3, 1 year ago

what is a byte code.

Answers

Answered by Dishu11111
1
hy friend
Bytecode is computer object code that is processed by a program, usually referred to as a virtual machine, rather than by the "real" computer machine, the hardware processor. The virtual machine converts each generalized machine instruction into a specific machine instruction or instructions that this computer's processor will understand. Bytecode is the result of compiling source code written in a language that supports this approach. Most computer languages, such as C and C++, require a separate compiler for each computer platform - that is, for each computer operating system and the hardware set of instructions that it is built on. Windows and the Intel line of microprocessor architectures are one platform; Apple and the PowerPC processors are another. Using a language that comes with a virtual machine for each platform, your source language statements need to be compiled only once and will then run on any platform.
Answered by Anonymous
0

It is a machine instruction for a java processor: JVM. the byte code is independent of the system. it has to rum on.

#sumedhian ❤❤

Similar questions