Answer Posted / ankita
PRE-JIT: Pre-JIT compiles source code into native code in a
single compilation cycle.
ECONO-JIT: It compiles only those methods that are called
at runtime. However, these compiled methods are removed
when they are not required.
Normal-JIT: Normal-JIT compiles only those methods that are
called at runtime. These methods are compiled the first
time they are called, and then they are stored in cache.
When the same methods called again, the compiled code from
cache is used for execution.
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
Explain how viewstate is being formed and how it's stored on client in .net?
Explain when should you use .net web forms over asp.net mvc?
What is stored procedure ? how we use it in .NET ?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What’s different between process and application in .net?
Explain different types of html, web and server controls.
Please explain the difference between constants and read-only variables?
What is assemblies in .net?
Please explain what is the difference between constants and read-only variables?
What is namespace in .net?
What is a strong name in .net?
SAP Business One(this is intigrated tool of .net)
What are the differences between user control and server control?
Is atl redundant in the .net world?