🎴 Flashcard Mode
VB (Visual Basic) .Net Quiz
Card1 / 15
Mastered0
Review0
QuestionClick to flip
How many levels of compilation happens in .NET Framework
AnswerClick to flip back
A
Two
💡 Explanation:
.NET Framework has two compilation levels: first, source code compiles to Intermediate Language (IL) by language compilers (C#/VB.NET); second, IL compiles to native machine code by the Just-In-Time (JIT) compiler at runtime.