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 |
Do you know thread pools?
What classes of exceptions may be caught by a catch clause in java programming?
Is nullpointerexception checked or unchecked?
Are generics important java?
What's the base class of all exception classes?
where do you place after you did code in java
What are the advantages of java inner classes?
How to initialize an Applet ?
Is java an ide?
Explain the difference between extends thread vs implements runnable in java?
Is oracle charging for java?
If your team member writes code with lots of static variables and static methods, will it cause any side effects?