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