Answer Posted / subhashini.g
Pre-JIT (Compiles entire code into native code at one
stretch)
Ecno-JIT (Compiles code part by part freeing when
required)
Normal JIT (Compiles only that part of code when called
and places in cache)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the main components in .net?
What is misl?
Who is using .net core?
Difference between machine.config and web.config?
what is the meaning silverligt control
Can a try block have nested try blocks?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is the native image generator?
How will you load an assembly which is not referenced by current assembly?
What is .net and why it is used?
What does il do?
Do you know what is garbage collector?
What is connection pooling and how do you make your application use it?
How do you generate a strong name?
What is the difference between response.redirect & server.transfer?