Content deleted Content added
No edit summary |
fixed typos |
||
Line 1:
'''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 no more than 256. Not all 256 possible bytecode values are used, in fact [[Sun Microsystems]], the original creators of the [[Java programming language]], the [[Java virtual machine]] and other components of the Java Runtime
==The Java bytecodes==
|