Object类
对象比较
hashCode()
equals(Object obj)
对象拷贝
clone()
- 对象转字符串
toString()
- 多线程调度
wait()
wait(long timeout)
wait(long timeout, int nanos)
notify()
notifyAll()
- 反射
getClass()
- 垃圾回收
finalize()
对象比较
hashCode()
equals(Object obj)
对象拷贝
clone()
toString()
wait()
wait(long timeout)
wait(long timeout, int nanos)
notify()
notifyAll()
getClass()
finalize()