下列类中在多重catch中同时使用时,( )异常类应该最后列出。
A: ArithmeticException
B: NumberFormatException
C: Exception
D: ArrayIndexOutOfBoundsException
A: ArithmeticException
B: NumberFormatException
C: Exception
D: ArrayIndexOutOfBoundsException
举一反三
- 下列类中在多重catch中同时使用时,异常类应该最后列出
- 下列异常类是RuntimeException的子类的是:()。 A: ArrayIndexOutOfBoundsException B: NullPointerException C: NumberFormatException D: ClassNotFoundException
- 下列哪个类是异常类的父类(根类)()。 A: Exception B: ArithmeticException C: NullPointerException D: ArrayIndexOutofBoundException
- 算术异常类是下面哪一个()。 A: NullPointerException B: ClassCastException C: ArithmeticException D: ArrayIndexOutOfBoundsException
- RuntimeException运行异常类包含下面哪个()。 A: Error B: ClassCastException C: ArithmeticException D: ArrayIndexOutOfBoundsException