What is the root class for all Java classes?
Answer Posted / ravikiran
Object class
| Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
Can a class have a static inner class?
What is string [] args?
Explain different ways of creating a thread?
How many digits is int32?
What is the size of integer?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
When do we use hashset over treeset?
what is session in java?
How to do encapsulation in java?
What is the diffrence between inner class and nested class?
Why declare Main() inside the class in java ?
Which oo concept is achieved by using overloading and overriding?
Why deletion in linkedlist is fast than arraylist?
What are encapsulation, inheritance and polymorphism?
What do you mean by mnemonics?