1.

Each connection arriving at multi threaded servers via network is generally ____________(a) is directly put into the blocking queue(b) is wrapped as a task and passed on to a thread pool(c) is kept in a normal queue and then sent to the blocking queue from where it is dequeued(d) none of the mentioned

Answer» Correct answer is (b) is wrapped as a task and passed on to a thread pool

To explain I would say: None.


Discussion

No Comment Found

Related InterviewSolutions