What are the methods in Object?

Hi,

What are the methods in Object? Give example of methods in Object.

Thanks
View Answers

October 5, 2010 at 5:13 PM

Hello,
There are lot of method in object class some of are as follows
toString();
wait();
notify();
notifyAll();
hashCOde();
equals();
Thnaks.









Related Tutorials/Questions & Answers:
Advertisements