Content deleted Content added
also, removed how-to tag. the section needs to be rewritten to be more descriptive, but is interesting for all sorts of people (like those writing compilers that target bytecode) |
Thumperward (talk | contribs) fine, tag whole article for rewrite |
||
Line 1:
{{rewrite}}
'''Java bytecode''' is the form of instructions that the [[Java virtual machine]] executes. Each [[bytecode]] instruction is one byte in length (hence the name), thus the number of bytecodes is limited to 256. Not all 256 possible bytecode values are used. In fact, [[Sun Microsystems]], the original creators of the [[Java (programming language)|Java programming language]], the [[Java virtual machine]] and other components of the Java Runtime Environment, have set aside a number of values to be permanently unimplemented.
|