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 is class array in java?
Why java applets are more useful for intranets as compared to internet?
What is java’s garbage collected heap?
Can keyword be used as identifier?
Is a char always 1 byte?
Is singleton class thread safe?
What is the meaning of I ++ in java?
What is ternary operator? Give an example.
What is runtime polymorphism or dynamic method dispatch?
What are the basic concepts of OOPS in java?
How java uses the string and stringbuffer classes?
What are the differences between stringbuffer and stringbuilder?
Why singleton is not thread safe?
What is the synonym of framework?
What does java se mean?