17 lines
737 B
Plaintext
17 lines
737 B
Plaintext
#### Question 1
|
|
|
|
| Exception class | IOException/ RuntimeException |
|
|
|--------------------------------|-------------------------------|
|
|
| ArithmeticException | RuntimeException |
|
|
| EOFException | IOException |
|
|
| FileNotFoundException | IOException |
|
|
| ArrayIndexOutOfBoundsException | RuntimeException |
|
|
| NumberFormatException | RuntimeException |
|
|
| InputMismatchException | RuntimeException |
|
|
| NUllPointerExpcetion | RuntimeExpcetion |
|
|
|
|
|
|
#### Question 2
|
|
(a) NullPointerException
|
|
(b) ArrayIndexOutOfBoundsException
|
|
(c) ArithmeticException(divide by zero) |