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
Define the term Web Garden?
Which is better php or asp.net?
Can you use Web API with ASP.NET Web Form?
Why session is more secure than cookies?
Explain the use of duration attribute of @outputcache page directive.
What do you mean by caching in asp.net?
What is http session state?
Explain the difference between asp.net mvc and asp.net webforms
What are the steps involved to fill a dataset?
How will create assesblies at run time?
What is css and what is it used for?
How does the iis work?
What is the parent class of all the web server control?
What are strong names?
How can you pass multiple complex types in Web API?