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.

Ashish said:   1 decade ago
CLR is Common Language Runtime.

VENKATESH said:   1 decade ago
CLR is an execution environment and it provides to access some memory.

Ritesh Kumar said:   10 years ago
Difference between Int, Int16, Int32 and Int64?

Kaushal said:   10 years ago
CLR is Common Language Runtime: The virtual machine component of Microsoft's .NET framework, manages the execution of .NET programs.

A process known as just-in-time compilation converts compiled code into machine instructions which the computer's CPU then executes.

Ram said:   10 years ago
What is CLS?

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

Geetha said:   1 decade ago
How come the resources are garbage collected ?

Sushma said:   1 decade ago
How resources are garbage collected?

Navnath said:   1 decade ago
CLR provides run time services.

Ann said:   1 decade ago
Its the work of the dispose () method to free the resources that are not in use. The dispose method is present in the garbage collector.


Post your comments here:

Your comments will be displayed after verification.