Network, Computer and Programming Resources
Java - Bytecode
The machine-readable code created as the result of compiling a Java language source file; this is the code distributed across the network to run an applet. Bytecodes are architecture-neutral; the Java-capable browser ported to a particular platform interprets them.