Why should any swing call back implementation execute quickly?

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

Read Online Java Swing Programming Job Interview Questions And Answers