C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 1)
1.
Which of the following statements are TRUE about the .NET CLR?
  1. It provides a language-neutral development & execution environment.
  2. It ensures that an application would not be able to access memory that it is not authorized to access.
  3. It provides services to run "managed" applications.
  4. The resources are garbage collected.
  5. It provides services to run "unmanaged" applications.
Only 1 and 2
Only 1, 2 and 4
1, 2, 3, 4
Only 4 and 5
Only 3 and 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
50 comments Page 3 of 5.

Piyush said:   1 decade ago
What is the meaning of manged applications?which type of applications are said to be managed application?

Prashant said:   1 decade ago
These are the basic features of CLS in .Net framework. So the given answer is absolutely right.

Ankur Bindra said:   1 decade ago
CLR converts source code to an intermediate code which is further executed by JIT compiler.

Mohit bansal said:   1 decade ago
CLR is responsible for all the execution of .Net framework. So it execute the native code.

RANJEET said:   1 decade ago
CLR convert source to an intermidiate code that is further executed by JIT compiler.

Himanshu said:   1 decade ago
1, 2, 3, 4 all these points are the services of CLR.

That's why option c is right.

Sampat said:   1 decade ago
CLR is Execution engine of .net Framework. Managed code is targeted to MSIL code.

Suresh said:   1 decade ago
The option C is Correct, because the code run on the CLR is called Managed Code.

Praful Godhankar said:   1 decade ago
The CLR provides Language compatibility to developed applications in .Net

Robin said:   1 decade ago
The CLR provide language compatibility to developed application in .Net.


Post your comments here:

Your comments will be displayed after verification.