Home / C# Programming / .NET Framework :: Discussion

Discussion :: .NET Framework

  1. 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.

  2. A.
    Only 1 and 2
    B.
    Only 1, 2 and 4
    C.
    1, 2, 3, 4
    D.
    Only 4 and 5
    E.
    Only 3 and 4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment