Multiple choice technology web technology

What is the intermediate Language in .Net ?

  1. Java

  2. C#.Net

  3. ASP

  4. MSIL

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

MSIL (Microsoft Intermediate Language) is the intermediate language in .NET. When you compile .NET code, it's converted to MSIL, which is then converted to native machine code by the JIT compiler at runtime. This allows .NET code to be language-agnostic.