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 |
Is java 9 released?
What is the difference between interpreter and compiling ?
What is the use of arraylist class in java?
What is string builder in java?
What is the purpose of nested class in java?
what is meant by Garbage collection?
What is an i/o filter?
What do u mean by variable?
What 5 doubled?
What is the main functionality of Prepared Statement?
What are different types of references?
What is the byte order of byte buffer?