Home » C# Programming » .NET Framework

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

Correct Answer: All of the above

← Previous Question Next Question→

More Questions from .NET Framework

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion