previous | start | next

Answers

  1. The specification throws IOException is sufficient because FileNotFoundException is a subclass of IOException.
  2. Because programmers should simply check for null pointers instead of trying to handle a NullPointerException.


previous | start | next