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

Explain about join() method?

0 Answers  


Why main method is static in java?

0 Answers  


What is local class in java?

0 Answers  


What are the types of strings?

0 Answers  


What is a super class and how super class be called?

3 Answers  


How many types of flags are there?

0 Answers  


What are multiple inheritances?

0 Answers  


What are advantages and disadvantages of OOPs?

0 Answers   Amdocs,


does java support default argument in Method?

1 Answers  


If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great

2 Answers   KPIT,


How do you implement tree mirroring in java?

0 Answers   EXL, HCL,


What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?

2 Answers  


Categories