複選題
149. 設計 Java 的 Excetion 階層以及程式碼如下,以下那些不能放在註解//here 之處?
(A)private static float x(float f, int i, double d) { }
(B)publicint x(float f, int i) throws WeatherException { }
(C)public int x(float a,int b) {}
(D)public int x(float a, int b) throws ColdException {} 。
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料