Java bytecode: Difference between revisions

Content deleted Content added
Chip Zero (talk | contribs)
External links: +wikibooks. this is in preparation for punting the huge bytecode reference table
Line 551:
* [[Common Intermediate Language]] (CIL), a similar bytecode specification that runs on the [[Common Language Runtime|CLR]] of the [[.NET Framework]].
 
== External links ==
{{wikibooks|Java Programming|Byte Code|Java bytecode}}
*[http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html Sun's Java Virtual Machine Specification]
 
*[http://www.is-research.de/info/vmlanguages/ Programming Languages for the Java Virtual Machine]
* [http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html Sun's Java Virtual Machine Specification]
* [http://www.is-research.de/info/vmlanguages/ Programming Languages for the Java Virtual Machine]
 
{{Java (Sun)}}