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.

🎲 Try a Random Question  |  Total Questions in Quiz: 156  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C# Programming Practice Test — practice the complete quiz, review flashcards, or try a random question.


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