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 is the purpose of class "Object" which is base class
for all classes?

Answer Posted / vikki

The Object class sits at the top of the class hierarchy
tree in the Java development environment. Every class in
the Java system is a descendent (direct or indirect) of the
Object class. The Object class defines the basic state and
behavior that all objects must have, such as the ability to
compare oneself to another object, to convert to a string,
to wait on a condition variable, to notify other objects
that a condition variable has changed, and to return the
object's class.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you say java is object oriented?

1133


What is constructor chaining in java?

1114


how to write a program for sending mails between client and server

2114


What is the best definition for data?

1022


Which collection does not allow duplicates in java?

1027


What is the final class modifier?

1085


What loop means?

1001


Explain about interthread communication and how it takes place in java?

1074


What is the difference between java applets and applications?

1213


Give some features of interface?

1133


How do you remove duplicates in java?

1070


What is a function argument in java?

1043


What is the Scope of Static Variable?

1275


What are the states of thread in java?

1033


When throw keyword is used?

1110