9个方法:
1. clone()
2. equals()
3. finalize()
4. getClass()
5. notify()
6. notifyAll()
备注:5、6多归于一个
7. hashCode()
8. toString()
9. wait()
备注:sleep()是Thread的方法