Answer Posted / sandhya n bensy
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 ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is Entity Relationship Model in .NET?
why you wouldn't want to write into it even if you could
Can you explain what do you understand about web service?
What is the difference between odbc and ado?
What is singleton activation mode in .net?
What is 'Common Type System' (CTS) in .NET?
What is dot net and its uses?
How to customize the trace output?
What is interface and abstract class in .net?
Explain the main components in .net?
State the differences between the dispose() and finalize().
Describe difference between inline and code-behind?
Can I write my own .net host?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?