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

Rahul said:   1 decade ago
Native code is machine language code.

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

Abhishek Barbadikar said:   1 decade ago
These are four main features of CLR.

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

Shyam said:   1 decade ago
Ability to use mixed languages.

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

Anand Sami said:   9 years ago
CLR provide the managed code.
(1)

Umesh said:   1 decade ago
What is native code?

Shukur said:   1 decade ago
What is IL code ?

Ram said:   10 years ago
What is CLS?


Post your comments here:

Your comments will be displayed after verification.