Multiple choice technology programming languages

.NET Framework provide platform for running .NET managed code in a virtual machine

  1. True

  2. False

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

The .NET Framework does NOT run code in a virtual machine. Instead, it uses the Common Language Runtime (CLR) which compiles IL code to native machine code at runtime (JIT compilation). This is different from the JVM model which uses a virtual machine abstraction. The statement as written is false.