What is the What is the difference between invokeAndWait() and invokeLater()? ?
Submitted by: AdministratorinvokeAndWait() method in swing is synchronous. It blocks until Runnable task is complete. InvokeLater() method in swing is asynchronous. It posts an action event to the event queue and returns immediately. It will not wait for the task to complete
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Swing Programming Job Interview Questions And Answers
Top Java Swing Programming Questions
☺ | Which method of the Component class is used to set the position and size of a component? |
☺ | Which method is used for setting security in applets? |
☺ | What are the differences between Swing and AWT? |
☺ | What is an event handler in swing? |
☺ | What is the What is the difference between invokeAndWait() and invokeLater()? ? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |