PrimitiveType

Bytecode

Usually used in reference to Java, the intermediate code format between the human-written source code and the native system code it is translated into by the JVM. A compiled Java class consists of bytecode.

See ALL glossary entries