DEVFYI - Developer Resource - FYI

How many methods in Object class?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

61. How many methods in Object class?

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()

(Continued on next question...)

Other Interview Questions