JavaObject

Last updated on October 16, 2023 am

Object类

  • 对象比较

    hashCode()

    equals(Object obj)

  • 对象拷贝

​ clone()

  • 对象转字符串

​ toString()

  • 多线程调度

​ wait()

​ wait(long timeout)

​ wait(long timeout, int nanos)

​ notify()

​ notifyAll()

  • 反射

​ getClass()

  • 垃圾回收

​ finalize()

JDK8新特性


JavaObject
https://wlei224.gitee.io/2022/01/03/object/
Author
WLei224
Posted on
January 3, 2022
Updated on
October 16, 2023
Licensed under