java異常處理

#異常的分類 首先,複習前面方法聲明的5要素: 訪問修飾符 返回值類型 方法名 參數表 拋出異常 例子: static void mc(int a) throws FileNotFoundException, EOFException, SQLException{ //函數體 System.out.println("mc 1"); if (i==0) throw new NullPointe
相關文章
相關標籤/搜索