Senior .Net Developer Question:

Please explain is the JIT an interpreter?

Senior .Net Developer Interview Question
Senior .Net Developer Interview Question

Answer:

No, the JIT is not an interpreter. It is a compiler at runtime that improves performance compiling method by method only once. If the method is called a new account, the native code already compiled is used. However, an interpreter executes the same every block of code.


Previous QuestionNext Question
Tell us what is a variable of implicit type and what is its scope?Please explain what is Reflection and what is it for?