Tuesday, March 10, 2009

In which package are most of the AWT events that support the eventdelegation

Question :In which package are most of the AWT events that support the eventdelegation
model defined? (AWT)

Answer :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.

No comments: