Files
004_comission/_resources/it114105/itp4510/Lab02/Lab2.1/q5
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00
..
2025-01-31 19:15:17 +08:00
2025-01-31 19:15:17 +08:00
2025-01-31 19:15:17 +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)