Object方法

2021-04-07 09:38:23
#### equals#### 返回boolean类型,判断对象大小 ####getClass()#### 返回运行时的类 ####toString()#### 返回对象的字符串形式 ####notify#### 唤醒单个线程 ####notifyAll()#### 唤醒所有线程 ####wait()#### 线程等待 ####hashcode()#### 获取对象的哈希码值