Java Tutorials - Herong's Tutorial Notes
Dr. Herong Yang, Version 6.00

Execution Process, Entry Point, Input and Output

This chapter provides tutorial notes and tutorial examples on Java program execution process. Topics include Java program creation, compilation and execution; the main() method - execution entry point; execution console, input and output data streams.

Creating, Compiling and Executing Java Programs

main() Method - Java Execution Entry Point

Java Execution Console - "in", "out" and "err" Data Streams

Dr. Herong Yang, updated in 2008
Execution Process, Entry Point, Input and Output