What is the root class for all Java classes?
Answers were Sorted based on User's Feedback
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 |
Answer / srinivas
object class is the root class for all java classes
| Is This Answer Correct ? | 7 Yes | 1 No |
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 |
when there is a need of jvm then how we can say that java is a platform independent language?
What are the performance implications of interfaces over abstract classes?
List some java keywords sun like c, c + + keywords?
why java not supproting multiple inheritance?
Can we have any code between try and catch blocks?
what are the oops concept in java explain with real time examples
24 Answers Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,
When is an object subject to garbage collection?
What is string in java with example?
What does singleton class mean?
How to implement an arraylist in java?
Is namespace same as package in java?
What are functions in java?