[单项选择题] 下列常见的系统定义的异常中,哪个是数组越界异常
A)ArrayIndexOutOfBoundsExceptionB.IOExceptionC.NullPointerExceptionD.ArithmeticException
A.ArrayIndexOutOfBoundsException
B.IOException
C.NullPointerException
D.ArithmeticException
参考答案:
A问题解析:
解析:ArrayIndexOutOfBoundsException为数组越界使用异常;IOException为输入输出错误;NullPointerException为引用为空异常;ArithmetieException为算术异常,如除数为0。

![[单项选择题] 下列常见的系统定义的异常中,哪个是数组越界异常A)ArrayIndexOutOfBoundsExceptionB.IOExceptionC.NullPointerExceptionD. [单项选择题] 下列常见的系统定义的异常中,哪个是数组越界异常A)ArrayIndexOutOfBoundsExceptionB.IOExceptionC.NullPointerExceptionD.](http://www.mshxw.com/aiimages/31/255587.png)
