update,
This commit is contained in:
17
it114105/itp4510/Lab02/Lab2.1/q5/README.md.original
Normal file
17
it114105/itp4510/Lab02/Lab2.1/q5/README.md.original
Normal file
@@ -0,0 +1,17 @@
|
||||
#### 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)
|
Reference in New Issue
Block a user