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 mentioned
This 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