Multiple Choice
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.
A) Only 1 and 2
B) Only 1,2 and 4
C) 1,2,3,4
D) Only 4 and 5
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Code that targets the Common Language Runtime
Q10: Which of the following statements correctly define
Q11: _ are reserved, and cannot be used
Q12: _ namespace is not defined in the
Q13: Which of the following .NET components can
Q15: Multidimensional arrays are sometimes called _ Arrays.<br>A)Square<br>B)Triangular<br>C)Rectangular<br>D)Cube
Q16: Which of the following statements are correct
Q17: In C#, a subroutine is called a
Q18: A _ is an identifier that denotes
Q19: Which of the following constitutes the .NET