Saved Bookmarks
| 1. |
Multithreading an interactive program will increase responsiveness to the user by ___________(a) continuing to run even if a part of it is blocked(b) waiting for one part to finish before the other begins(c) asking the user to decide the order of multithreading(d) none of the mentioned |
|
Answer» The correct choice is (a) continuing to run even if a part of it is blocked Explanation: None. |
|