Object类

  • 对象比较

    hashCode()

    equals(Object obj)

  • 对象拷贝

​ clone()

  • 对象转字符串

​ toString()

  • 多线程调度

​ wait()

​ wait(long timeout)

​ wait(long timeout, int nanos)

​ notify()

​ notifyAll()

  • 反射

​ getClass()

  • 垃圾回收

​ finalize()

JDK8新特性