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
Explain the difference between the web config and machine config.
What are the session variables?
Where is cookie used in asp.net?
How to use multiple scriptmanager controls in a web page?
What is meant by ispostback in asp net?
How we implement web farm and web garden concept in asp.net?
What are the differences between the response.write() and response.output.write()?
How do you hide the columns?
What does the .webpart file do?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the difference between an exe and a dll?
How do I open an ashx file?
Can you use c# without .net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How do you secure your connection string information?