Files
_resources/it114105/itp4510/Lab02/Lab2.1/q5
louiscklaw 04dbefcbaf update,
2025-02-01 01:58:47 +08:00
..
2025-02-01 01:58:47 +08:00
2025-02-01 01:58:47 +08:00
2025-02-01 01:58:47 +08:00

#### 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)