what are the methods of an object class?

Answer Posted / m.pushpa

clone(),
equals(Object obj),
protected void finalize(),
Class getClass(),
int hashCode(),
void notify(),
void notifyAll(),
String toString(),
void wait() ,
void wait(long timeout),
void wait(long timeout, int nanos),

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a double?

591


What are the differences between stringbuffer and stringbuilder?

538


What is an example of a boolean?

569


Explain how can you debug the Java code?

590


Can a source file contain more than one class declaration?

512






What’s meant by anonymous class?

598


What is application tier?

529


What does exp mean in math?

535


Explain importance of inheritance in java?

604


Can I uninstall java?

553


What if static is removed from main method?

570


Is singleton class immutable?

538


How can we achieve thread safety in java?

685


What is a line break?

586


Is string is a data type?

570