Java compiler: Difference between revisions

Content deleted Content added
OhioGuy814 (talk | contribs)
Major Java compilers: Change Sun to Oracle, update links and standardize bullets.
The statement is absurd. It seems to suggest that a C programmer can import libraries written in C++.
Line 4:
 
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++.{{Citation needed|date=February 2007}}
 
A standard on how to interact with Java compilers programmatically was specified in [[Java Community Process|JSR]] 199.