单项选择题
下面的异常()为文件没有找到异常。
A.Null Pointer Exception
B.File Not Found Exception
C.Array lndex Out Of Bounds Exception
D.IO Exception
点击查看答案&解析
相关考题
-
单项选择题
具有()访问权限的成员能够被本类和其他任何类所访问。
A.public
B.protectd
C.private
D.缺省 -
单项选择题
在一个方法的方法头(声明)中,向调用它的上一层方法抛出异常的子句关键字为()。
A.catch
B.row
C.throws
D.finally -
单项选择题
在类的定义中,若需要把一个成员标识符定义为常量,则使用的修饰符为()。
A.const
B.final
C.static
D.class
