Created: 09/15/2017

go to home page   go to next page

CHAPTER 102 — Scanner, PrintWriter, and Exceptions

A previous chapter discussed how to use the Scanner class for input from files, and how to use the PrintWriter class for output to files.

This chapter discusses how to deal with Exceptions that their constructors might throw.

Chapter Topics:


QUESTION 1:

What type of data is Scanner used with?


go to home page   go to next page