Bytecode
From APIDesign
Bytecode is lingua franca of the HotSpot virtual machine. Java programs are compiled into into bytecode to be translated into final executable format (different on different operating systems) during linkage and execution. More on wikipedia::Bytecode.