
11.2 The java.io Package 755
On the CD-ROM included with this book,you will find a Flash movie with a step-by-step illustration
of try and catch blocks.Click on the link for Chapter 11 to start the movie.
CODE IN ACTION
11.10.1 Multiple Choice Exercises
Questions 1,2,3,4
11.10.8 Technical Writing
Question 62
Skill Practice
with these end-of-chapter questions
the first generates the exception, the second completes without generat-
ing an exception.
11.2 The java.io Package
In addition to the Scanner class in the java.util package, Java provides a
number of classes in the java.io package for reading from files and for writ-
ing to files. We will use only a few ...