What is root class of all java classes

Questions by rajeshranjancs

Showing Answers 1 - 49 of 49 Answers

maddy

  • Feb 7th, 2006
 

Object is the root class of all class in java

  Was this answer useful?  Yes

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

  Was this answer useful?  Yes

prashant ingole

  • Apr 14th, 2006
 

Object is the root class for all the classes in JAVA and C#

  Was this answer useful?  Yes

henry martin

  • May 22nd, 2006
 

java.lang.Object is the root class of all java classes.

  Was this answer useful?  Yes

Deepa

  • Jan 19th, 2016
 

Object class is root class for all the classes in Java

  Was this answer useful?  Yes

joy

  • Jan 25th, 2016
 

Object

  Was this answer useful?  Yes

uday

  • Jan 26th, 2016
 

Object is the root class of all the classes.

  Was this answer useful?  Yes

nsaicharan

  • Sep 16th, 2016
 

Is there any practical code present to prove that object is a super class to all the classes? Could you please clarify me? In C++ is there any root class?

  Was this answer useful?  Yes

suil

  • Jan 24th, 2017
 

Object class is parent class of all java classes.

  Was this answer useful?  Yes

ramu

  • Jun 2nd, 2017
 

java.lang.object class is the super class for all java classs

  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