Computer Science, asked by divya100723, 4 months ago

7. 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.
o Only 1 and 2
O Only 2, 3 and 4
O Only 1, 2 and 4
Only 4
All of the above

Answers

Answered by Anonymous
5

Answer:

option no B

Explanation:

If we use managed code under CLR it will not use for garbage collection as written in 4th statement so it's get cancelled...

if the managed code under CLR then how it will work for separate process for every application running under it ... so 3rd is also cut

Hence option no A only 1 and 2 are following is the correct answer...

Request : If answer is correct please follow me...

Similar questions