Object类

Obj 是java所有类的基类 也就是父类

它常用的方法

equals() 对象比较

toString

hashCode

wait

notify

notifyAll

clone

getClass

finallize 垃圾回收