What is the roll of JIT in asp.net?

Answer Posted / sandeep

JIT convert Intermediate languge(IL) to machine code at run
time or at the point where the software is installed.

1)Pre JIT - JIT convert Intermediate languge(IL) to machine
code before compilation time

2)Eco JIT -JIT convert Intermediate languge(IL) to machine
code At the time of compilation

3)Normal JIT - JIT convert Intermediate languge(IL) to
machine code After the time of compilation

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we create pie chart in asp.net?

579


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1423


What are the different types of Caching techniques in ASP.NET?

574


What is a user developed application?

525


What is %20 in a url?

543






explain code with datachaching with example

1696


what are the ihttphandler and ihttphandlerfactory interfaces ?

509


Which is faster union or union all?

572


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

505


How can I create master page in asp net?

505


Is asp.net is a programming language?

487


What is a web farm?

594


What are the new web part controls in asp.net 2.0 ?

524


What is the use of express session?

533


Explain how cookies work. Give an example of cookie abuse.

715