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 |
Explain about join() method?
Why main method is static in java?
What is local class in java?
What are the types of strings?
What is a super class and how super class be called?
How many types of flags are there?
What are multiple inheritances?
What are advantages and disadvantages of OOPs?
does java support default argument in Method?
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
How do you implement tree mirroring in java?
What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?