What is nested top-level class?
Answer / Ankita Chauhan
A nested top-level class is a non-static inner class declared outside any other class (it's not a member of an enclosing class). It can be instantiated independently from the outer class and does not require an instance of the outer class to exist.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by class and object in java?
What is meant by local variable and instance variable?
What is the buffer limit?
Write POJO class as a key to hashmap???
Which are the two subclasses under exception class?
Can we have multiple classes in a single file?
Explain the private protected method modifier?
When we will use an Interface and Abstract class?
What is jvm? Why is java called the platform independent programming language?
What is the use of default method in interface in java?
How do you create immutable object in java?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,