logo - 题百科
找答案
首页
【多选题】
现有  
1. class Calc { 
2.  public static void main(String [] args) {  
3.    try { 
4.         int x = Integer.parselnt ("42a") ;  
5.     //insert code here 
6.         System.out.print ("oops");  
7.    }  
8.   }  
9. } 
 下面哪两行分别插入到第五行,会导致输 "oops" ? () 
A.
 } catch (IllegalArgumentException e) {
B.
 } catch (IllegalStateException c) {
C.
 } catch (NumbelFormatException n) {
D.
 } catch (ClassCastException c) {
参考答案:
登录免费查看参考答案
参考解析:
登录免费查看参考解析
知识点:
登录免费查看知识点
答题技巧:
登录免费查看答题技巧
被用于:
暂无被用于
..
刷刷题刷刷变学霸
.
刷刷题刷刷变学霸