Which of the following statements is correct about managed code?

A. Managed code is the code that runs on top of windows.
B. Managed code is the code that is written to target the services of the clr.
C. Managed code is the code where resources are garbage collected.
D. Managed code is the code that is compiled by the jit compilers.
View Answer

B. Managed code is the code that is written to target the services of the clr.