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 an assembly? Explain its parts.
How is my content secured from unauthorized access?
Describe the difference between inline and code behind - which is best in?
Do session use cookies in asp net?
What is page request in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Define dll hell?
Explain the difference between authentication and authorization.
What's the use of formatters in .net?
Difference between .NET and previous version?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is an il?
What are Caching techniques in .NET
What is the extension of master page in asp.net?
Why mvc is faster than asp.net? : Asp.Net MVC