Java bytecode: Difference between revisions

Content deleted Content added
Chip Zero (talk | contribs)
rv link to blog posting
Line 74:
 
==The Java bytecodes==
{{howto}}
 
<small>''See Sun's Java Virtual Machine Specification<ref>[http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html Sun's Java Virtual Machine Specification]</ref> for more detailed descriptions''</small>
 
Line 540 ⟶ 538:
*[http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html Sun's Java Virtual Machine Specification]
*[http://www.robert-tolksdorf.de/vmlanguages.html Programming Languages for the Java Virtual Machine]
 
*[http://developeronline.blogspot.com/2007/11/hacking-java-i.html Tampering the Java bytecode] With example and source code
{{Java (Sun)}}