What is JIT and how is works ?

Answer Posted / anil

JIT compiler (Just In Time Compiler) is the main part in the
CLR, which converts the MSIL code into the native code. It
compiles the program quickly in an efficient manner.

Is This Answer Correct ?    15 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why to use html.partial in mvc?

913


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

800


why DotNetFramework is included in building a software

2429


What are the Core features of ASP.NET MVC?

801


Which filter executes first in an asp.net mvc application?

737


In Server how to check whether model has error or not in ASP.Net MVC

857


What is the use of display modes?

769


How the ‘page lifecycle’ of ASP.Net MVC does works?

783


What you mean by routing in asp.net mvc?

737


Does razor engine supports for tdd?

927


Explain entity lifecycle? : Entity framework

779


What is difference between razor and web form engine?

748


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

730


What is objectset? : Entity framework

740


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2235