by
PRO
FE S
S OR

SECTION I: STEP 1
WHAT'S JAVA? and WHY JAVA?
JAVA is a an Indonesian island.
JAVA is a slang word for Coffee.
JAVA is a chicken breed of black plumage.
JAVA is an Object-Oriented, Portable High Level Language.
WHY JAVA?
by
PRO
FE S
S OR

SECTION I: STEP 2
JAVA File Names, Compilation, and Execution
Instruction Keyword | Task Performed | Field(s) | Example | Result |
javac | Compiles JAVA source code | JAVA Source File Name (.java) | javac Hello.java | Generates .class file |
java | JVM Interprets and Executes
| JAVA Class name | java Hello | Code is executed. |
javadoc | It generates help files
| JAVA Class name | javadoc Hello | .html help files are generated. |