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

How do you implement polymorphism in our day to day life?

2765


How do you do exponents in java?

544


What are the differences between this and super keyword?

534


What is the purpose of garbage collection in java?

657


What are the 4 types of characters?

547






Can we create a class inside a class in java?

552


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

1909


How to display arraylist values in java?

492


What do you mean by of string::valueof expression in java 8?

549


What is a generic type?

566


what do you understand by synchronization? : Java thread

553


Why are functions called methods in java?

538


What is currentthread()?

575


Explain all java features with real time examples

1212


What is autoboxing and unboxing?

589