多個catch捕獲異常順序

寫出程序結果 ```線程 class Exc0 extends Exception{} class Exc1 extends Exc0{}io class Demo { public static void main(String[] args) { try { throw new Exc1(); }  catch(Exception e)  { System.out.println("Excep
相關文章
相關標籤/搜索