what are the methods of an object class?

Answers were Sorted based on User's Feedback



what are the methods of an object class?..

Answer / 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

what are the methods of an object class?..

Answer / 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

what are the methods of an object class?..

Answer / malay

Wait() , notify(), toString(), equals() , clone()

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

Explain about serializable interface in java?

0 Answers  


What is the difference between a break statement and a continue statement?

0 Answers  


Is array an object in java?

0 Answers  


how can u apply shallow cloning and deep cloning to create object?

1 Answers   Yash Technologies,


How can we find size of the object ?

5 Answers   CTS, RazorSight,






What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet

1 Answers  


What is a bufferedreader?

0 Answers  


What releases of Java technology are currently available? What do they contain?

1 Answers  


How do you check if a character in a string is a digit or letter?

0 Answers  


What is oop in java?

0 Answers  


What is navigable map in java?

0 Answers  


What are packages and name a few?

4 Answers  


Categories