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 2 of 2.

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

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

Deep Singh said:   1 decade ago
Managed code follow the instruction provided by the CLR.

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.

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

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

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

Mohan said:   1 decade ago
What is acronym for CLR?

Tirumalarao said:   9 years ago
Managed code means?


Post your comments here:

Your comments will be displayed after verification.