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
Explain when should you use .net web forms over asp.net mvc?
What's wrong with a line like this? Datetime.parse(mystring);
Explain why do we use the “using” statement?
What is the concept of inheritance and how it works in .net?
What is the concept of inheritance in .net?
What is difference between .net and .net core?
What is the lapsed listener problem?
How inheritance works in .net?
Explain the use of activex control in .net?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
How server form post-back works?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the difference between web application and enterprise application?
What is close method? How its different from finalize and dispose?