Answer (Choose 1 answer)
For the following statements related to ThreadPool:
Statement 1. The thread pool manages threads efficiently by minimizing the number of threads that must be created, started, and stopped.Statement 2. By using the thread pool, we can focus on your business problem rather than the application's threading infrastructure.
Choose the correct answer:
A. Statement 1 and 2 are False
B. Statement 1 is False and 2 is True
C. Statement 1 and 2 are True
D. Statement 1 is True and 2 is False
44/50-CAP
Q: 46