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 about managed heap?
Explain the difference between managed and unmanaged code?
Different between .net & j2ee ?
Tell me what is serialization?
Explain the features that are common to all .Net languages.
What’s different between process and application in .net?
What are the different types of memory in .net?
How can I get at the win32 api from a .net program?
If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..
What does cil do?
How do you create threading in.net?
What is your observations between vb.net and vc#.net?
What are the important components of .net?
How do you trigger the paint event in system.drawing?
Explain how to load the contents of an xml file into an xmldocument object?