[单选题]对于下列代码,( )情况不能使第7行的代码执行。1 //some code here2 try{3 //some code here4 }catch(SomeException se){5 //some code here6 }finally{7//some code here8}
北开题库
|
2023-10-01 08:08:47
|
12
[单选题]对于下列代码,( )情况不能使第7行的代码执行。1 //some code here2 try{3 //some code here4 }catch(SomeException se){5 //some code here6 }finally{7//some code here8}

A.第1行抛出异常
B.第5行抛出异常
C.第3行代码成功执行
D.无论如何第7行都会运行
查看答案

国家开放大学

形成性考核

您可能感兴趣的试题
TOP