Which of these statements are true wrt .net framework? 1. code which executes under the control of clr is called as managed code 2. jit compiler converts source code to native code?
Answers
Answered by
0
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
[A].
1, 2, 3 @
Similar questions