以下异常中,不属于Runtimeexception的是()
A: NullPointerExeption,使用未初始化的引用变量
B: IndexOutofBondsException,数组下标越界异常
C: IllegalAccessException,没有足够的权限访问其他类的成员
D: ArithmeticException,算术异常
A: NullPointerExeption,使用未初始化的引用变量
B: IndexOutofBondsException,数组下标越界异常
C: IllegalAccessException,没有足够的权限访问其他类的成员
D: ArithmeticException,算术异常
举一反三
- 以下异常中,不属于RuntimeException的是( )。 A: ArrayIndexOutOfBoundsException数组下标越界异常 B: NullPointerException使用未初始化的引用变量 C: ArithmeticException算术异常 D: IllegalAccessException没有足够的权限访问其他类的成员
- 以下异常中,不属于RuntimeException的是( ) A: NullPointerException,使用未初始化的引用变量 B: IndexOutOfBoundsException,数组下标越界异常 C: IllegalAccessException,没有足够的权限访问其它类的成员 D: ArithmeticException,算术异常
- 以下异常中,不属于RuntimeException的是( )。 A: IndexOutOfBoundsException索引越界异常 B: NullPointerException使用未初始化的引用变量 C: ArithmeticException算术异常 D: IllegalAccessException没有足够的权限访问其他类的成员
- 以下异常中,不属于RuntimeException的是( )。 A: ArithmeticException算术异常 B: IndexOutOfBoundsException索引越界异常 C: NullPointerException使用未初始化的引用变量 D: FileNotFoundException指定的文件不存在
- 数组下标越界异常类是ArithmeticException。