Memory Management

Bytecode

English

Overview

Intermediate code for a runtime environment, generated after compilation.

Details

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.

More Programming terms