DEVFYI - Developer Resource - FYI

35 Q What is the relationship between an event-listener interface and an event-adapter class?

Swing AWT Interview Questions


(Continued from previous question...)

35 Q What is the relationship between an event-listener interface and an event-adapter class?

A An event-listener interface defines the methods that must be implemented by an event handler for a particular kind of event. An event adapter provides a default implementation of an event-listener interface.

(Continued on next question...)

Other Interview Questions