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]].
A standard on how to interact with Java compilers programmatically was specified in [[Java Community Process|JSR]] 199.
|