public class TestFinal{
public static void main(String args[]){
System.out.println(doSomething());
}
public static int doSomething(){
try{
return 1;
}catch(Exception e){
}finally{
return 2;
}
}
}
我什么都不知道
乔小欠儿
J_Coder
Caballarii
天启之魂
随时随地看视频慕课网APP
相关分类