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