Content deleted Content added
m WP:CHECKWIKI error fixes + general fixes using AWB (7661) |
|||
Line 1:
A '''Java compiler''' is a [[compiler]] for the [[Java (programming language)|Java programming language]]. The most common form of output from a Java compiler are [[Class (file format)|Java class files]] containing platform-neutral [[Java bytecode]]. There exist also compilers emitting 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 (computing)|runtime]] to be done by the [[JRE]]{{
The [[Java Virtual Machine]] (JVM) loads the class files and either [[interpreter (computing)|interprets]] the [[bytecode]] or [[just-in-time compilation|just-in-time]] compiles it to [[machine code]] and then possibly optimizes it using [[dynamic compilation]].
The very first Java compiler developed by Sun Microsystems was written in C using some libraries from C++.{{
== Major Java compilers ==
Line 26:
==References==
{{
==External links==
|