Senior .Net Developer Question:

Download Job Interview Questions and Answers PDF

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.

Download Senior .Net Developer Interview Questions And Answers PDF

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?