Home » C# Programming » .NET Framework

Which of the following statements are correct about JIT? JIT compiler compiles instructions into machine code at run time. The code compiler by the JIT compiler runs under CLR. The instructions compiled by JIT compilers are written in native code. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code. The method is JIT compiled even if it is not called

Correct Answer: 1, 2, 3

← Previous Question Next Question→

More Questions from .NET Framework

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion