Java Compilation


Compilation and Java Class Files

The Java Compiler is shipped with Java Development Kit (JDK), which compiles the java files (*.java) to binary files (*.class) containing the Java Instruction Set. The binary format is independent of underlying Hardware and Operating System. The Java Compiler also resolves compile time dependencies while compilation along with that it also generates boilerplate code to resolve metadata expressions like Annotations etc. 

Compilation:


No comments:

Post a Comment