Thursday, February 7, 2013

Java Processing and Execution

chapter:2

Java Processing and Execution:

Begin with Java source code in text files: Model.java
A Java source code compiler produces Java byte code
Outputs one file per class: Model.class
May be standalone or part of an IDE
A Java Virtual Machine loads and executes class files
May compile them to native code (e.g., x86) internally

Compiling and Executing a Java Program:





No comments:

Post a Comment