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 have virtual functions in java?

11 Answers   Wipro,


Can we have two methods in a class with the same name?

0 Answers  


Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?

1 Answers   Logica CMG,


Can we make main() thread as daemon?

0 Answers  


What are the files generated after using IDL to java compiler?

0 Answers  






What is the difference between a method and a procedure?

0 Answers  


for what purpose we use applets ?

3 Answers   Mindlogicx,


what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer

4 Answers   IBM, Zenon,


What is difference between null and void?

0 Answers  


Iterator in the HashMap is fail-safe means what?

9 Answers   CTS, IBM, Subex,


What is the effect of keeping a constructor private?

0 Answers  


Which one of the following suits the description of a string better: derived or primitive?

0 Answers  


Categories