What is the root class for all Java classes?

Answers were Sorted based on User's Feedback



What is the root class for all Java classes?..

Answer / ranganathkini

java.lang.Object

Is This Answer Correct ?    55 Yes 7 No

What is the root class for all Java classes?..

Answer / ravikiran

Object class

Is This Answer Correct ?    47 Yes 4 No

What is the root class for all Java classes?..

Answer / alfred

object class

Is This Answer Correct ?    22 Yes 3 No

What is the root class for all Java classes?..

Answer / keerthi

Any class that is written in java is aby default sub class to object class

Is This Answer Correct ?    19 Yes 2 No

What is the root class for all Java classes?..

Answer / durgesh singh

Object class is the root class in java

Is This Answer Correct ?    12 Yes 0 No

What is the root class for all Java classes?..

Answer / srinivas

object class is the root class for all java classes

Is This Answer Correct ?    7 Yes 1 No

What is the root class for all Java classes?..

Answer / pacs

Object is the root class for all java classes.

Is This Answer Correct ?    5 Yes 1 No

What is the root class for all Java classes?..

Answer / bharath kumar indla

The Object class, in the java.lang package, sits at the top of the class hierarchy tree. Every class is a descendant, direct or indirect, of the Object class.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Can we override private method?

0 Answers  


what is the diff between Servletcontext and servletconfig?

5 Answers  


How many ways can we create singleton class?

0 Answers  


Can subclass overriding method declare an exception if parent class method doesn't throw an exception?

0 Answers  


can any body tell me? does advance java and j2ee both are same.

4 Answers   CTS, Infosys,






What is e in java?

0 Answers  


What is difference between overloading and overriding?

2 Answers   Accenture,


What is the main purpose of java?

0 Answers  


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

0 Answers  


How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?

1 Answers   TCS,


What is JAVA? Why it is platform independent?

10 Answers   NIIT,


What is command line argument in java?

0 Answers  


Categories