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?
- It provides a language-neutral development & execution environment.
- It ensures that an application would not be able to access memory that it is not authorized to access.
- It provides services to run "managed" applications.
- The resources are garbage collected.
- It provides services to run "unmanaged" applications.
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.
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers