欢迎来到易学考试网 易学考试官网
全部科目 > Java认证考试 > Java认证考试综合练习

多项选择题

现有: 
class Flow { 
public static void main(String [] args)  
try { 
System. out .print ("before") ;  
doRiskyThing ( )  ;  
System.out.print ("after ") ;  
} catch (Exception fe) { 
System.out.print ("catch") ;  
} 
System. out .println ( " done") ; 
} 
public static void doRiskyThing() throws Exception{  
// this code returns unless it throws an Exception           }} 
可能会产生哪两项结果 ?()  

    A. before catch
    B. before after done
    C. before catch done
    D. before after catch

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题