相关考题
-
单项选择题
下面的异常()为文件没有找到异常。
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
