Java compiler: Difference between revisions

Content deleted Content added
Fix typo
Line 1:
{{No footnotes|date=July 2013}}
A '''Java compiler''' is a [[compiler]] for the programming language [[Java (programming language)|Java]]. The most common form of output from a Java compiler is [[Java class file]]s containing platform-neutral [[Java bytecode]], but there are also compilers that givesoutput optimized [[Machine code|native machine code]] for a particular hardware/[[operating system]] combination.
 
Most Java-to-bytecode compilers, [[Jikes]] being a well known exception, do virtually no [[Optimization (computer science)|optimization]], leaving this until [[Run time (program lifecycle phase)|run time]] to be done by the [[JRE]].{{Citation needed|date=April 2007}}