Multiple choice technology programming languages

Which language makes the best use of Common Language Runtme(CLR)?

  1. C++

  2. C#

  3. JAVA

  4. VB

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

C# is the primary language designed for the .NET Framework and makes the best use of the CLR. While VB.NET and managed C++ also compile to IL and run on the CLR, C# was designed alongside the CLR and provides the most natural mapping to its features. Java runs on its own JVM, and standard C++ doesn't use a runtime in the same way.