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
Explain asp.net mvc request life cycle? : asp.net mvc
What is server side routing?
Can user control be stored in library?
What is .net framework and what are the main components of it?
What is the difference between executescalar and executenonquery?
Where is session cookies stored?
What is authentication in asp.net?
What is custom events?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How to send a DataReader as a parameter to a remote client ?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is a 307 redirect?
What are the asp.net security controls?
Explain the advantages of passport authentication.