Java Swing Programming Question:

Download Job Interview Questions and Answers PDF

Why should any swing call back implementation execute quickly?

Java Swing Programming Interview Question
Java Swing Programming Interview Question

Answer:

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

Download Java Swing Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the What is the difference between invokeAndWait() and invokeLater()? ?What is an applet?