DEVFYI - Developer Resource - FYI

In which package are most of the AWT events that support the event-delegation model defined?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

214. In which package are most of the AWT events that support the event-delegation model defined?

Most of the AWT-related events of the event-delegation model are defined in the java.awt.event package. The AWTEvent class is defined in the java.awt package.

(Continued on next question...)

Other Interview Questions