DEVFYI - Developer Resource - FYI

17 Q Why should any swing call back implementation execute quickly?

Swing AWT Interview Questions


(Continued from previous question...)

17 Q Why should any swing call back implementation execute quickly?

A Callbacks are invoked by the event dispatch thread. Event dispatch thread blocks processing of other events as long as call back method executes.

(Continued on next question...)

Other Interview Questions