Senior .Net Developer Question:

Please explain is the JIT an interpreter?

Tweet Share WhatsApp

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 PDF Read All 60 Senior .Net Developer Questions
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?