what is the jit? what is the type of jit and purpose of it>
Answer Posted / career.tina@yahoo.co.in
JIT IS JUST IN TIME COMPILER
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 | 4 No |
Post New Answer View All Answers
What is the use of session state and application state and difference between them?
What is an example of an application service provider?
Name some asp objects?
Which is faster viewbag or viewdata?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is data cache in sql server?
What are app services?
What are the various types of validation controls provided by asp.net?
What is the maximum number of classes that can be contained in one dll file?
What is viewstate information stored?
What is the mvc model?
What is the equivalent of date() and time() in asp.net?
How is mvc different from asp.net? : Asp.Net MVC
Which platform does Microsoft .NET use for exchanging data between applications?
Explain the asp.net session state modes.