Compiler
A Java compiler is a compiler for the programming language Java. .
The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination.
Semantic portal