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

Discussion :: .NET Framework

  1. Which of the following jobs are done by Common Language Runtime?

    1. It provides core services such as memory management, thread management, and remoting.
    2. It enforces strict type safety.
    3. It provides Code Access Security.
    4. It provides Garbage Collection Services.

  2. A.
    Only 1 and 2
    B.
    Only 3, 4
    C.
    Only 1, 3 and 4
    D.
    Only 2, 3 and 4
    E.
    All of the above

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment