previous
|
start
|
next
Answers
The specification throws
IOException
is sufficient because
FileNotFoundException
is a subclass of
IOException
.
Because programmers should simply check for
null
pointers instead of trying to handle a
NullPointerException
.
previous
|
start
|
next