Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Chapter 1 Java Program Design and Development
After studying this chapter, you will
Objectives
-
Know the basic steps involved in program development.
-
Understand some of the basic elements of the Java language.
-
Know how to use simple output operations in a Java program.
-
Be able to distinguish between different types of errors in a program.
-
Understand how a Java program is translated into machine language.
-
Understand the difference between a Java console application and a Java Swing application.
-
Know how to edit, compile, and run Java programs.