Discussion :: .NET Framework
-
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.
|
E.
Managed code is the code that can run on top of Linux.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment