Question
A graphical application keeps responding to clicks while another part loads a large file. Which threading benefit is illustrated?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Responsiveness
Explanation:
Multiple threads allow the user-interface thread to remain active while another thread performs a slow task.
The application can therefore respond before the background operation finishes.
Leave a Reply