試卷名稱:114年 - 11901 電腦軟體設計(JAVA) 乙級 工作項目 01:Java 101-150(2025/12/16 更新)#134964
年份:114年
科目:技檢◆電腦軟體設計-Java-乙級
(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 {} 。