Multiple choice

Which of the following statements is/are true in .Net framework?

  1. CLR (Common Language Runtime) compiles the source code into intermediate language.

  2. CLR provides type safety to the code.

  3. CLR provides language independence in .Net framework.

  4. All of the above

  5. Only (1) and (2)

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

Yes, all the three statements are true.