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 |
What is an association?
How to compare two strings in java program?
How does a for loop work?
Difference between comparator and comparable in java?
What are the important features of Java 11 release?
What does it mean to flush a file?
Difference between abstract and concrete class ?
Explain the meaning of java applet.
What is files manifesting?
Can you make an instance of an abstract class?
How can a gui component handle its own events in java programming?
Explain method local inner classes ?