Identify the category of the multithreading which allow a program to continue…
2023
Identify the category of the multithreading which allow a program to continue running even if part of it is blocked or is performing a lengthy operation.
- A.
Economy
- B.
Scalability
- C.
Responsiveness
- D.
Resource sharing
Attempted by 95 students.
Show answer & explanation
Correct answer: C
Responsiveness means a multithreaded program can continue running even if one part is blocked or performing a lengthy operation.