Java bytecode: Difference between revisions

Content deleted Content added
mNo edit summary
m Reverted edits by Fmadd (talk) to last version by Jerryobject
Line 92:
{{Further information|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]] 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:
*[[Jikes]], compiles from Java to Java bytecode (developed by [[IBM]], implemented in [[C++]])
*Espresso, compiles from Java to Java bytecode (Java 1.0 only)