What is the root class for all Java classes?
Answer Posted / ranganathkini
java.lang.Object
| Is This Answer Correct ? | 55 Yes | 7 No |
Post New Answer View All Answers
What are the parts of a method?
What is the use of singleton?
What does next mean in java?
What are the differences between throw and throws?
what is session in java?
How are the elements of a gridbaglayout organized?
Which collection allows duplicate values in java?
How can we make a class virtual?
What are anonymous inner classes?
What's the purpose of using break in each case of switch statement?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is nan inf?
Is arraylist zero based?
In how many ways we can do synchronization in java?
Can we overload final method in java?