Intermediate code for a runtime environment, generated after compilation.
An intermediate representation, more abstract than machine code, produced by compiling source code, interpreted and executed by a virtual machine. Because the same bytecode runs on different OSes and CPUs, it's the key piece that makes "write once, run anywhere" possible.
© 2026 ITBGM