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 5 of 5.
Suresh said:
1 decade ago
The option C is Correct, because the code run on the CLR is called Managed Code.
Robin said:
1 decade ago
The CLR provide language compatibility to developed application in .Net.
Inceptos said:
1 decade ago
CLR provides the following:
1. Modern memory management- the resources are automatically garbage collected.
2. Ability to use mixed languages.
3. Better security.
4. Clean way for software components to interact.
Managed code is executable under CLR.
1. Modern memory management- the resources are automatically garbage collected.
2. Ability to use mixed languages.
3. Better security.
4. Clean way for software components to interact.
Managed code is executable under CLR.
Shyam said:
1 decade ago
Ability to use mixed languages.
Mohit bansal said:
1 decade ago
CLR is responsible for all the execution of .Net framework. So it execute the native code.
Rahul said:
1 decade ago
CLR only provide compile & execute the program so option number c right because Operation 1 to 4 every action perform by .Net CLR Compiler.
Vin2 said:
1 decade ago
It provides a code which is machine independent that's why 1st option is right, it provides tight security that's why 2nd option is right, CLR runs only managed code so 3rd option is right, and it has automatic garbage collection so 4rth option is right.
Piyush said:
1 decade ago
What is the meaning of manged applications?which type of applications are said to be managed application?
Veyronash said:
1 decade ago
Managed applications are those that contains managed code that are directly executed by CLR and these codes have CLR services like type checking, safety and automatic garbage collection.
Abhishek Barbadikar said:
1 decade ago
These are four main features of CLR.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers