Microsoft.NET 2.0 Question: Download Microsoft.NET 2.0 PDF

Explain What rare the Types of JIT and what is econo-JIT?

Tweet Share WhatsApp

Answer:

Types of jit : prejit,ecno jit,normal jit

pre jit : convert source code to native code in single completion of cycle.Normally this can be done at the time of deployment.

econo jit : coverts the only called methods to native code,however it can be removed when are not required.

normal jit : compliled the called methods to native code.In the the methods can be compiles for the first time.For latter calls it can be displayed using cached items.

Download Microsoft.NET 2.0 PDF Read All 19 Microsoft.NET 2.0 Questions
Previous QuestionNext Question
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?Explain What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?