You use Microsoft .NET Framework 4 to create an application. <br /> The application performs resource-intensive calculations that consist of multiple layers of nested looping.<br /> The application will be deployed to servers that contain varying hardware configurations. <br /> You need to ensure that the application utilizes CPU resources on the server in the most efficient manner. <br /> You want to achieve this goal by using the minimum amount of code. <br /> What should you do?()
A、 Use multiple System.Threading.Thread objects.
B、 Use the background worker process (BWP).
C、 Use the Thread.BeginInvoke method.
D、 Use the Parallel.For method.