C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 3)
3.
Which of the following statements is correct about Managed Code?
Managed code is the code that is compiled by the JIT compilers.
Managed code is the code where resources are Garbage Collected.
Managed code is the code that runs on top of Windows.
Managed code is the code that is written to target the services of the CLR.
Managed code is the code that can run on top of Linux.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
20 comments Page 1 of 2.

Uttam Kr. Vishwakarma said:   1 decade ago
Because Managed Code Run Under The Supervision of CLR.

Himanshu said:   1 decade ago
CLR check all the parameter of managed code.

Shalini said:   1 decade ago
Managed code run under the CLR.

Jaya said:   1 decade ago
Because managed code is code which run under the environment of CLR.

Vijay Kumar Vishwakarma said:   1 decade ago
Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. It refers to a contract of cooperation between natively executing code and the runtime

(which the CLR is the primary commercial implementation) describes how the information is to be encoded, and programming languages that target the runtime emit the correct encoding.

SHIVA said:   1 decade ago
Managed code which generated all language copilers which are supported by. Net framework. This code is executed by CLR.

Sdf said:   1 decade ago
Managed code is executed by clr.

Inam said:   1 decade ago
Agreed "Managed code is the code that is written to target the services of the CLR". is right,

But can anybody justify why "Managed code is the code where resources are Garbage Collected. " is wrong.

Ajit Kumar said:   1 decade ago
Managed code is the code that is compiled by the JIT compilers.

Subhasish said:   1 decade ago
Why option [A] is not correct?


Post your comments here:

Your comments will be displayed after verification.