Kizspy | Question: 19
(Choose 1 answer)
What is the primary advantage of using the ThreadPool class in .NET?
A. It automatically manages the thread lifecycle and resource allocation.
B. It provides more control over individual thread execution.
C. It allows for better interaction with user interfaces.
D. It improves memory management through automatic garbage collection.