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

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.



Discussion

No Comment Found

Related InterviewSolutions