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
Should I implement finalize on my class? Should I implement idisposable?
What do you mean by Code Access Security in .NET?
How many design patterns can be created in .net?
Please explain what inheritance is, and why it's important?
Explain the use of activex control in .net?
What is a .DLL and .EXE files called in .NET?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the difference between web application and enterprise application?
What is the use of immutability?
Is atl redundant in the .net world?
What is close method? How its different from finalize and dispose?
Explain the difference between task and thread in .net?
Which namespace is used to support multithearding in .NET?
What is a garbage collector?