输出一个对象时,会调用它的()方法
A: getClass
B: toString
C: clone
D: hashCode
A: getClass
B: toString
C: clone
D: hashCode
举一反三
- 输出一个对象时,会调用它的()方法
- 以下哪些方法在Object类中?() A: getClass() B: toString() C: equals() D: hashCode()
- 下列哪个方法用于垃圾回收() A: toString() B: hashCode() C: finalize() D: clone()
- 向HashSet集合中存入对象时,一般需要重写Object的哪些方法() A: equals(Objectobj) B: hashCode() C: clone() D: toString()
- 覆写Object中的()方法使对象能够返回有价值的信息。 A: equals() B: clone() C: toString() D: hashCode()