Java Architecture Maps                   Peter Komisar

    // from the Sun Site


Architecture of the latest Java release the Java Standard edition Development Kit 1.3
 


 


Java source code is written to a text file and compiled to architecturally neutral byte code by the
Java compiler. This class file is then loaded and interpreted by the java runtime which translates
the code to a platform specific form.