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 |
How Marker Interfaces are instruct to complete the desired need ?
What is the difference between checked exception and unchecked exception?
For which statements we use a label?
Can we use a switch statement with strings?
Is java a security risk?
How many threads can I run java?
Is there any need to import java.lang package?
Explain numeric promotion?
Can we assign integer value to char in java?
What are parsing rules?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
How to sort array of 0 and 1 in java?