Definitions for "Byte code"
Keywords:  mechine, pyc, pyo, pseudocode, java
a mediator code between java program and mechine code of O
The executable form of Java code that executes within the Java Virtual Machine. Also called interpreted code, pseudocode, or p-code.
An intermediate language between source code and object code. Many modern languages first compile source code into byte code and then interpret the byte code with a program called a virtual machine.