What is anonymous inner class?
Answer / Virat Tiwari
An anonymous inner class is a subclass whose name is not known and is declared without a name within the body of another class or method. They are created when an object of the inner class is instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JDK? Mention the variants of JDK?
What is a Null object?
What is the common usage of serialization?
How the interruptible method gets implemented?
Is it possible to use string in the switch case?
What is the size of int in 64-bit jvm?
Tell me a few examples of final classes defined in Java API?
Is void a data type?
Explain a situation where finally block will not be executed?
What is the purpose of finalization?
What is indexof in java?
What is a null point?