R

Ram Sharma • 3.40K Points
Extraordinary

Q. What kind of code is stored inside a .NET assembly?

  • (A) Java Bytecode
  • (B) CIL (Common Intermediate Language)
  • (C) Machine Language
  • (D) SQL

Explanation by: Ram Sharma
.NET assemblies contain CIL (Common Intermediate Language), which is JIT-compiled to native code at runtime.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.