Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the methods of an object class?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can constructor be synchronized?

897


What are the different ways of implementing thread? Which one is more advantageous?

942


Which class is the superclass of all classes?

1069


What is method reference?

932


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

996


What is the major difference between linkedlist and arraylist?

975


What do you mean by a JVM?

1157


Is array serializable java?

921


how do I create a runnable with inheritance? : Java thread

943


What is an empty class? What functionality does it offer in Java?

1211


When do I need to use reflection feature in java?

1016


Why is stringbuffer faster than string?

879


What is difference between static variable and global variable?

1004


What do you understand by garbage collection in Java? Can it be forced to run?

923


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

968