Q. Thread pools help in (Solved)
1. servicing multiple requests using one thread
2. servicing a single request using multiple threads from the pool
3. faster servicing of requests with an existing thread rather than waiting to create a new thread
4. none of the mentioned
- c. faster servicing of requests with an existing thread rather than waiting to create a new thread