Multiple Choice
Which of the following statements is correct about Managed Code?
A) Managed code is the code that is compiled by the JIT compilers.
B) Managed code is the code where resources are Garbage Collected.
C) Managed code is the code that runs on top of Windows.
D) Managed code is the code that is written to target the services of the CLR.
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Code that targets the Common Language Runtime
Q29: An _ is a group of contiguous
Q30: C# has _ operator, useful for making
Q31: Which of the following jobs are done
Q32: Which of the following is the root
Q34: Which of the following statements is correct
Q35: Which of the following benefits do we
Q36: Which of the following statements are correct
Q37: All C# applications begin execution by calling
Q38: Which of the following statements are correct