A.a.hashcode()==b.hashcode() B.a.age==b.age C.a.toString().equals(b.toString()) D.a.name.equals(b.name)
A.nextInt() B.next() C.nextString() D.nextShort()
A.返回哈希碼值 B.返回類名 C.返回對(duì)象的字符串,此字符串是由getClass().getName()+‘@’+Integer.toHexString(hashCode())組成的 D.返回地址值