Java bytecode: Difference between revisions

Content deleted Content added
transwiki instructional content to b:Java Programming/Byte Code
SmackBot (talk | contribs)
m Date the maintenance tags and general fixes
Line 32:
 
If executing Java bytecode in a Java virtual machine is not desirable, a developer can also compile Java source code or Java bytecode directly to native machine code with tools such as the [[GCJ|GNU Compiler for Java]].
 
 
==Support for dynamic languages==
Line 59 ⟶ 58:
== 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]
 
{{Java (Sun)}}
{{Expand list|date=August 2008}}
{{listdev}}
 
[[Category:Java platform|Bytecodes]]