What is the root class for all Java classes?
Answer Posted / 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 View All Answers
What are the differences between path and classpath variables?
What is the static keyword?
How can we make string upper case or lower case?
How is java created?
Can we use different return types for methods when overridden?
What is consumer in java?
What is a default method?
Is arraylist ordered?
Can a class have multiple subclasses?
What does next mean in java?
What are the files generated after using IDL to java compiler?
How to create a custom exception?
How is hashcode calculated in java?
Can you pass functions in java?
What is flag in java?