Saved Bookmarks
| 1. |
Thread pools help in ____________(a) servicing multiple requests using one thread(b) servicing a single request using multiple threads from the pool(c) faster servicing of requests with an existing thread rather than waiting to create a new thread(d) none of the mentioned |
|
Answer» The correct option is (c) faster servicing of requests with an existing thread rather than waiting to create a new thread Best explanation: None. |
|