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
This question was posed to me in unit test.
My enquiry is from Thread Pools topic in section The Linux System of Operating System