What is the roll of JIT in asp.net?

Answer Posted / jaylem chaudher

Before MSIL(MS Intermediate Language) can be executed, it
must converted by .net Framework Just in time (JIT) compiler
to native code, which is CPU specific code that run on some
computer architecture as the JIT compiler. rather then using
time and memory to convert all the MSIL inb portable
executable (PE) file to native code,it converts the MSIL as
it is needed during execution and stored in resulting native
code so it is accessible for subsequent calls.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you implement encapsulation in asp.net?

12115


What is difference between asp state management and asp.net state management?

844


What is a ashx file?

790


Web API uses which library for JSON serialization?

800


What is Pre-Render event in ASP.NET?

839


What is Web API?

868


How you can stop the validation of ASP.NET controls from client side?

798


What is an assembly? Explain its parts.

859


How does asp page work?

756


Can we use MSSql as backend in asp.net...if yes then How.?

827


What is the use of autowireup in asp.net?

783


Define satellite assemblies.

794


Is asp.net mvc still used? : Asp.Net MVC

736


Give me one example of Web API Routing?

834


Explain the main differences between asp and asp.net?

763