已知: 下面哪個(gè)定義是合法的()
A.public interface Jextends I{} B.public interface Jimplements I{} C.public interface Jinherits I{} D.public interface Jinstanceof I{}
已知: 那輸出為()
A.0 B.編譯錯(cuò)誤 C.運(yùn)行時(shí)拋出ParseException D.運(yùn)行時(shí)拋出NumberFormatException
已知: 橫線處應(yīng)填寫()
A.returncode.hashCode(); B.returncode.hashCode()+age*11; C.returncode.hashCode()+name.hashCode()+age*11; D.returnsuper.hashCode();