R
Q. 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
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Choose the namespace in which the interface IEnumerable is declared?
Q. In C#, by default, the default interface methods are ___.
Q. What is return type of constructors?
Q. The ______________ enables to move through the code very quickly.
Q. The ____ language allows more than one method in a single class.
Q. Which of these can be overloaded?
Discusssion
Login to discuss.