多項(xiàng)選擇題

現(xiàn)有: 
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           }} 
可能會(huì)產(chǎn)生哪兩項(xiàng)結(jié)果 ?()  

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

題目列表

你可能感興趣的試題

微信掃碼免費(fèi)搜題