Bytecode

Bytecode is a compact instruction representation executed by a virtual machine or interpreter, often produced by compiling a higher-level programming language. It separates a program’s compiled form from the machine instructions of a particular processor.

Connect