Java bytecode: Difference between revisions

Content deleted Content added
DataWraith (talk | contribs)
m Execution: Add link to Jazelle
Generation: link to article that goes into more detail.
Line 89:
 
== Generation ==
 
{{main|List of JVM languages}}
 
The most common language targeting [[Java Virtual Machine]] by producing Java bytecode is Java. Originally only one compiler existed, the [[javac]] compiler from Sun Microsystems, which compiles [[Java source code]] to Java bytecode; but because all the specifications for Java bytecode are now available, other parties have supplied compilers that produce Java bytecode. Examples of other compilers include: