try catch 中添加 return ,fianlly中的代碼是否依然會執行?

[b] 問題:try catch 中添加 return ,fianlly中的代碼是否依然會執行? [/b] 代碼: public static void main(String args[]){ try{ int a = 0/0 ; }catch(Exception e){ System.out.println(e.getMessage()); return ; }finally{ System
相關文章
相關標籤/搜索