1.

Thread pools are useful when ____________(a) when we need to limit the number of threads running in the application at the same time(b) when we need to limit the number of threads running in the application as a whole(c) when we need to arrange the ordering of threads(d) none of the mentionedThis question was posed to me in an internship interview.I want to ask this question from Thread Pools in division The Linux System of Operating System

Answer»

The correct choice is (a) when we need to LIMIT the number of threads RUNNING in the APPLICATION at the same time

Explanation: NONE.



Discussion

No Comment Found

Related InterviewSolutions