MCQOPTIONS
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» D. none of the mentioned | |