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 ispostback method in asp.net?

552


explain code with datachaching with example

1696


Explain difference between dataset and recordset?

500


What is globalization and localization in asp net?

489


Why is mvc better than asp.net?

531






1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18498


Where can I get information on cookies in asp.net?

561


How can you send an email message from an asp.net web page?

521


What is a reflection?

581


How does u call and execute a sp in .net?

546


What are the cookies types in asp.net?

555


What are the session management techniques asp net?

559


What is a proxy in web service?

559


What are the differences between clr & cts?

535


What are the advantages of Web API?

634