How many methods in Object class?

Q

How many methods in Object class?

✍: fyicenter.com

A

This question is not asked to test your memory. It tests you how well you know Java. Ten in total.
clone()
equals() & hashcode()
getClass()
finalize()
wait() & notify()
toString()

2012-06-29, 2364👍, 0💬