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

What is singleton class in ruby?

0 Answers  


What are static blocks in java ?

0 Answers  


real time example for deadlock,starvation,livelock

5 Answers  


What is difference between abstract class & final class

7 Answers  


Can inner class be public in java?

0 Answers  






What is math exp in java?

0 Answers  


When abstract methods are used?

1 Answers  


Explain serialization and deserialization in java?

0 Answers  


What is string variable?

0 Answers  


How do you get the length of a string in java?

0 Answers  


Write code of any action class?

0 Answers  


Is array passed by reference in java?

0 Answers  


Categories