Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
bytecode
Last modified: Thursday, November 06, 2003
Programming code that, once compiled, is run through a virtual machine instead of the computer’s processor. By using this approach, source code can be run on any platform once it has been compiled and run through the virtual machine.
Bytecode is the compiled format for Java programs. Once a Java program has been converted to bytecode, it can be transferred across a network and executed by Java Virtual Machine (JVM). Bytecode files generally have a .classextension.