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

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

Babar said:   1 decade ago
Code that is understand by Operating system, we can say machine code.

Ravindra Reddy M said:   9 years ago
That is Correct Answer, CLR Provides Managed Code.
(2)

Mohan said:   1 decade ago
What is mean by managed code & unmanaged code?

Mazid said:   9 years ago
What do you mean by language neutral development?
(1)

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

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

Venkatesh said:   1 decade ago
How could be the option 2 will be right ?

Sud said:   1 decade ago
What is difference between CLR and CLS?

Raja A said:   1 decade ago
@venkadesh: me too having same doubt?


Post your comments here:

Your comments will be displayed after verification.