CHAPTER 6 — Small Java Programs
The previous chapter discussed the mechanics of creating
and running a Java program.
This chapter is an overview of Java using
the example program from that chapter.
Chapter Topics:
- Small example programs.
- Names for source files and class files.
- Syntax errors.
- Bugs.
- The Edit, Compile, and Run cycle
- Matching braces.
- Neat indenting.