A.nextInt() B.next() C.nextString() D.nextShort()
A.返回哈希碼值 B.返回類名 C.返回對象的字符串,此字符串是由getClass().getName()+‘@’+Integer.toHexString(hashCode())組成的 D.返回地址值
A.close() B.delete() C.remove() D.open()