下面系统定义的常用异常中哪个是除数为0时产生的()。
ArithmeticException
B. NullPointerException
C. IOException
D. ArrayIndexOutOfBoundsException
下面系统定义的常用异常中哪个是数组下标越界时产生的()。
ArithmeticException
B. NullPointerException
C. IOException
D. ArrayIndexOutOfBoundsException
下面系统定义的常用异常中哪个是存取数组数据类型错误时产生的()。
ArithmeticException
B. NullPointerException
C. ArrayStoreException
D. ArrayIndexOutOfBoundsException
下面系统定义的常用异常中哪个是创建长度为负值的数组时产生的( )。
ArithmeticException
B. NullPointerException
C. ArrayStoreException
D. NegativeArraySizeException