Jump to content

Bytecode

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:43, 18 October 2020 by 47.9.148.120 (talk) (Created page with "'''Bytecode''' is program code that has been compiled from source code into low-level code designed for a software interpreter. It may be executed by a virtual machine (such a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bytecode is program code that has been compiled from source code into low-level code designed for a software interpreter. It may be executed by a virtual machine (such as a JVM) or further compiled into machine code, which is recognized by the processor.