Home / C# Programming / .NET Framework :: Discussion

Discussion :: .NET Framework

  1. Which of the following statements are correct about JIT?

    1. JIT compiler compiles instructions into machine code at run time.
    2. The code compiler by the JIT compiler runs under CLR.
    3. The instructions compiled by JIT compilers are written in native code.
    4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code.
    5. The method is JIT compiled even if it is not called

  2. A.
    1, 2, 3
    B.
    2, 4
    C.
    3, 4, 5
    D.
    1, 2

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment