Q. Thread pools are useful when (Solved)
1. when we need to limit the number of threads running in the application at the same time
2. when we need to limit the number of threads running in the application as a whole
3. when we need to arrange the ordering of threads
4. none of the mentioned
- a. when we need to limit the number of threads running in the application at the same time