%%
Title: Bytecode
Created: 2022-09-13 10:19
Status:
Parent: [[Resources/Computing/VirtualMachines]]
Tags:
Source:
%%
# Bytecode
Similar to how software can be compiled to machine code and run on hardware, it can also be compiled to bytecode and run on a [[Resources/Computing/VirtualMachines/ManagedRuntimeEnvironment|managed runtime environment]] or other software interpreter.