Q.

Which of the following benefits do we get on running managed code under CLR?
1. Type safety of the code running under CLR is assured.
2. It is ensured that an application would not access the memory that it is not authorized to access.
3. It launches separate process for every application running under it.
4. The resources are Garbage collected.

A. Only 1 and 2
B. Only 2, 3 and 4
C. Only 1, 3 and 4
D. All of the above
Answer» D. All of the above
2.7k
0
Do you find this helpful?
14

View all MCQs in

C# Programming

Discussion

No comments yet

Related MCQs