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
Disable Mouse right click on web page in asp.net?
How can you register a custom server control to a web page?
What are cookies in asp.net?
How many web config files can be created for an application?
What types of data validation events are commonly seen in the client-side form validation?
What is full trust in asp.net?
Which protocol is used to call web service?
What is the Difference between MVC And MVP design pattrens
What is a url string?
How to send a DataReader as a parameter to a remote client ?
Can I stream live content/events?
Why web api is better than wcf?
What are the difference between function and stored procedure in .net programming language?
In asp.net, how can you validate drop down box?
How can you pass multiple complex types in Web API?