What is the root class for all Java classes?
Answer Posted / keerthi
Any class that is written in java is aby default sub class to object class
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are the three types of design patterns?
What are the different data types in java?
Why hashcode is used in java?
Can we use static class instead of singleton?
How to compare two strings in java program?
Can singleton class be serialized?
How does the garbage collector works in java?
How do you check if two strings are equal in java?
How big is a 32 bit integer?
How to run a JAR file through command prompt?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Why are lists ordered in java?
What is a values collection view ?
How many inner classes can a class have?
What is serial version uid and its importance in java?