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

Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?

1 Answers   RBS,


What is non static block in java

10 Answers   Emphasis, Ness Technologies,


how to make hashmap object as synchronized object?

2 Answers   BOB Technologies,


Explain listiterator and methods in listiterator?

0 Answers  


printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?

1 Answers   TCS,






Explain when we should make an instance variable private.

0 Answers  


What is singleton pattern?

0 Answers  


What is the base class for error and exception?

0 Answers  


Where are register variables stored?

0 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


What is the difference between declaration and definition in java?

0 Answers  


Does java support multiple inheritances?

0 Answers  


Categories