Which class is the super class for all classes in java.lang package?

Questions by psv_bec   answers by psv_bec

Showing Answers 1 - 15 of 15 Answers

paresh mishra

  • Nov 9th, 2005
 

the object class is super or boss class of all classes in java all the classes by default extends this class and can uses the methods of these classexmp. equals,compareto etc

Sridhar V

  • Nov 9th, 2005
 

The Object class is the super class of all classes in Javait is extended by all the classes of java .

mandyjoshi

  • Nov 10th, 2005
 

Class Object is the root of the all classes. Every class has Object as a superclass. All objects including arrays, implement the methods of this class.

  Was this answer useful?  Yes

sujata

  • Nov 16th, 2005
 

object class

  Was this answer useful?  Yes

sujata

  • Nov 16th, 2005
 

object class

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions