what are the methods of an object class?

Answer Posted / paletipatisrinu

object is the super class for all the class the following
methods are
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 ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is 0 an even number?

548


How does enum work in java?

545


What is the collection interface?

587


Why is inheritance used in java?

602


Give the hierarchy of inputstream and outputstream classes.

611






Explain the selection sort algorithm?

642


Does string isempty check for null?

560


What is sorting algorithm in java?

522


How do I compare two strings in word in java?

540


Difference between vector and arraylist.

582


What is the default size of set in java?

499


What is java and why do we need it? Explain

584


What will happen when using pass by reference in java?

523


What is nullpointerexception in java?

523


What is the use of a copy constructor?

571