Answer Posted / niranjanravi
Adapter class provides an empty implementation of all the
methods in EventListener interface.
| Is This Answer Correct ? | 184 Yes | 41 No |
Post New Answer View All Answers
What are the three types of design patterns?
Why collection doesn’t extend cloneable and serializable interfaces?
Does java list allow null?
Can we extend private class in java?
Can we have static methods in an interface?
What is exception hierarchy in java?
Is void a data type in java?
Which methods are used during serialization and deserialization process?
Is alive in java?
What are the two types of exceptions in java? Which are the differences between them?
What is your platform’s default character encoding?
Can I overload to string method
What is private static in java?
What is a singleton class? Give a practical example of its usage.
Explain the difference between association, aggregation and inheritance relationships.