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?

Answers were Sorted based on User's Feedback



what is the purpose of class "Object" which is base class for all classes?..

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

what is the purpose of class "Object" which is base class for all classes?..

Answer / lakshmi

object class is a base class for all class in java.using
this class we can call from super class methods and
variables to sub class

Is This Answer Correct ?    3 Yes 1 No

what is the purpose of class "Object" which is base class for all classes?..

Answer / piryabrata patro

listen first , when you create object of one class which is not extending any class than , instead of one object , two object will be created and that is nothing but object of Object class and one more thing is no object is created with out it's superclass. So, object of subclass can not be created without it's superclass where Object class comes into picture because by default compiler gives Object class as superclass to all class which is not extending any class at compilation time itself.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Core Java Interview Questions

Is null function in java?

0 Answers  


What is the return type of read()?

3 Answers  


What is an example of a boolean?

0 Answers  


which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None

17 Answers  


How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


What is a method in java?

0 Answers  


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


When would you use a static class?

0 Answers  


What is the main method java?

0 Answers  


When should you use arraylist and when should you use linkedlist?

0 Answers  


what is Thread?

6 Answers  


Categories