说说 Object 类下面有几种方法呢?
面试题
分析

具体解答
1.Object()
2.registerNatives()
3.clone()
4.getClass()
5.equals()
6.hashCode()
7.toString()
8.wait()
9.wait(long timeout)
10.wait(long timeout, int nanos)
11.notify()
12. notifyAll()
13.finalize()
引申常见问题
Last updated