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 main differences between asp and asp.net?
What are ASHX files?
What is applicatio domain?
What's the difference between viewstate and sessionstate?
What is the difference between web.config and machine.config in ASP.NET?
Explain the advantages of asp.net.
How do we implement bundling in MVC?
What is viewstategenerator?
Define machine.config in .net?
How information about the user's locale can be accessed?
What are resource file and how do we generate resource file?
What is the basic difference between asp and asp.net?
What does a switch do?
Can one dll file contains the compiled code of more than one .net language?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC