C# Programming - .NET Framework - Discussion
Discussion Forum : .NET Framework - General Questions (Q.No. 19)
19.
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
Discussion:
14 comments Page 2 of 2.
Ashutosh said:
1 decade ago
I agree with Venkatesh, Even the option 4 is correct apart from 1,2,3
Arun said:
1 decade ago
MSIL code is given input to the CLR. JIT compiles MSIL code.
Preethi said:
1 decade ago
Can anyone explain me how the third option is correct here?
Thi said:
1 decade ago
JIT converts MSIL into machine language.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers