下列关于异常的描述正确的是()。
A. 异常是非致命性的问题
B. 可编制程序捕获和处理异常
C. Exception类是所有异常类的父类
D. 以上都对
下面系统定义的常用异常中哪个是除数为0时产生的()。
ArithmeticException
B. NullPointerException
C. IOException
D. ArrayIndexOutOfBoundsException
下面系统定义的常用异常中哪个是数组下标越界时产生的()。
ArithmeticException
B. NullPointerException
C. IOException
D. ArrayIndexOutOfBoundsException
下面系统定义的常用异常中哪个是存取数组数据类型错误时产生的()。
ArithmeticException
B. NullPointerException
C. ArrayStoreException
D. ArrayIndexOutOfBoundsException