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

What is the use of session?

713


Write some code using interfaces, virtual methods, and an abstract class`

1835


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

747


Explain asp.net application life cycle?

759


Can user control be stored in library?

710


What is Cookies Less Session?

810


What is bson in web api?

808


Why is global asax is used?

811


how to write html code with ssl

1775


what are configuration files?

750


What are triggers of an updatepanel?

735


Does web services support data reader like pom project?

709


Why do we use web config?

707


Explain the asp.net page life cycle.

794


What is httpresponse?

721