【客服暫停服務時間】06/08(六)-06/10(一),影響:阿摩粉絲團、系統回報、信箱、鑽石兌換商城出貨事宜。

OJCP(SCJP)題庫下載題庫

上一題
第29題 Given: SCJP 6.0 認證教戰手冊 黃彬華著 碁峰出版 15 1. public class A{ 2. public void doit(){ 3. } 4. public String doit(){ 5. return "a"; 6. } 7. public double doit(int x){ 8. return 1.0; 9. } 10. } What is the result?
(A) An exception is thrown at runtime.
(B) Compilation fails because of an error in line 7.
(C) Compilation fails because of an error in line 4.
(D) Compilation succeeds and no runtime errors with class A occur.


答案:登入後觀看
難度: 適中
最佳解!
Lily 幼兒園下 (2018/08/13)
method名稱相同,且接收的........


(內容隱藏中)
查看隱藏文字

第29題 Given: SCJP 6.0 認證教戰手冊 黃彬華著 碁峰出版..-阿摩線上測驗