已知: 要使程序正確編譯需要在橫線處添加哪句代碼()
A.import java.lang.Math; B.import java.lang.Math.*; C.import static java.lang.Math; D.import static java.lang.Math.*;
已知: 則輸出為()
A.Stringisnull B.Stringisnotnull C.編譯錯誤 D.運行時異常
已知: 為?()
A.Hello B.Hello world C.Hello world1 D.編譯錯誤