下面哪个异常在程序中必须捕获或声明抛出?
A: IndexOutOfBoundsException
B: IOException
C: NullPointerException
D: ArrayIndexOutOfBoundsException
A: IndexOutOfBoundsException
B: IOException
C: NullPointerException
D: ArrayIndexOutOfBoundsException
举一反三
- Java程序产生数组越界异常时,系统会抛出( )对象 A: ArrayIndexOutOfBoundsException B: IOException C: NullPointerException D: ArithmeticException
- 下面系统定义的常用异常中哪个是除数为0时产生的()。 A: ArithmeticException B: NullPointerException C: IOException D: ArrayIndexOutOfBoundsException
- 下面系统定义的常用异常中哪个是数组下标越界时产生的()。 A: ArithmeticException B: NullPointerException C: IOException D: ArrayIndexOutOfBoundsException
- 下列常见的系统定义的异常中,哪个是输入、输出异常?( ) A: ArithmeticException B: NullPointerException C: ArrayIndexOutOfBoundsException D: IOException
- 下列常见的系统定义的异常中,哪个是数组越界异常 A: ArrayIndexOutOfBoundsException B: IOException C: NullPointerException D: ArithmeticException