Multiple choice

What is the role of class loader in .Net framework?

  1. It manages code execution.

  2. It allows you to debug your application and trace the execution of the code.

  3. It provides marshalling to and from COM.

  4. It prevents the unsafe casts.

  5. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

None of the above are the task of class loader. A class loader is responsible for managing the metadata and loading of the classes.