Java
Programming and Technical
What are adapter classes?
Read Solution (Total 1)
-
- An adapter class provides the default implementation of all methods in an event listener interface. Adapter classes are very useful when you want to process only few of the events that are handled by a particular event listener interface.
- 7 years agoHelpfull: Yes(0) No(0)
Java Other Question