Multiple Choice
A GUI should be responsive to the user.If a GUI interaction starts a time-consuming task, the GUI may not be responsive to the user until the task completes.Which approach would make the GUI responsive under these circumstances?
A) As you run the task, break and check for events.
B) Ask the user if she is sure she wants to run the task.
C) Run the task in a separate thread.
D) Disable the GUI during the task.
Correct Answer:

Verified
Correct Answer:
Verified
Q69: The _ method is called by a
Q70: The _ method does not actually cause
Q71: Consider an old fashioned telephone booth that
Q72: Which of the following is a characteristic
Q73: Which of the following statements is correct?<br>A)If
Q75: Assume three threads share a BankAccount object
Q76: Which of the following class declarations could
Q77: Examine the SharedData class shown below.Suppose two
Q78: Given a two-CPU machine and four threads,
Q79: What is likely to be true when