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 integers and example?

492


What is the difference between multiple processes and multiple threads?

572


Describe the various concepts related to object oriented programming (oop).

589


How can we make sure main() is the last thread to finish in java program?

673


What do you know about the garbage collector?

613






What is finalize()? Is finalize() similar to a destructor?

546


Is null or empty java?

533


How do you create a method in java?

547


How do you start a thread?

552


What is regex used for?

546


Explain different ways of creating a thread. Which one would you prefer and why?

577


Is break statement can be used as labels in java?

508


Which is bigger float or double?

518


List the three steps for creating an object for a class?

517


Explain about complier design(phases)

630