99色精品-9色在线-99色在线-99色视频 国产欧美日产一区二区三区_亚洲精品亚洲人成在线观看_四虎在线精品永久观看_免费一级a一片久久精

多項選擇題

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

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

微信掃碼免費搜題