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 method overloading and method overriding?
Can I create any Marker Interface? If yes then how can I use it???
What is thread start?
Do loops java?
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
What is class??
What is integers and example?
Why to give the file name same as the public class name in java?
Enlist few advantages of inheritance?
What is the diffrence between inner class and nested class?
What is lifetime variable?
What is the intersection and union methods?