Why class Class is always the Super Class for every class

Questions by Amit Rastogi   answers by Amit Rastogi

Showing Answers 1 - 10 of 10 Answers

Rajasekar

  • Nov 7th, 2006
 

 In java Object class ( java.lang.Object)  is super class for all class..

ashish

  • May 20th, 2012
 

1. Object is super class for all java classes.

2. even if someone want to make a class as subclass of CLASS class, he cant because class class is declared as final. so it can not be inherited

  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