Java bytecode: Difference between revisions

Content deleted Content added
re-tag. unsalvageable in current form
Chip Zero (talk | contribs)
removing wikibooks tag: this is a fair and descriptive article, only the listing section may be questionable but the talk page concensus seems to be that it's okay
Line 1:
{{copy to wikibooks}}
 
'''Java bytecode''' is the form of instructions that the [[Java virtual machine]] executes. Each [[bytecode]] instruction or opcode is one byte in length, however not all of the possible 256 instructions 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.{{cn}}