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

Why java does not supports multiple inheritance?

3 Answers   TCS, VSoft,


How many types of classes are there in java?

0 Answers  


Is nan false?

0 Answers  


what is hashmap& hashtable with example?

1 Answers   CTS,


Explain about anonymous inner classes ?

0 Answers  


What is a stringbuffer?

0 Answers  


Default layout of Dialog object?

1 Answers  


What are synchronized methods ?

0 Answers  


Can we create an object of private class?

0 Answers  


what is synchronization and why is it important? : Java thread

0 Answers  


What is the difference between private & public & friendly classes?

0 Answers  


What is the difference between == and === javascript?

0 Answers  


Categories