what is the jit? what is the type of jit and purpose of it>
Answer Posted / payal
all source code is converted to IL(inertmediate language)
and using JIT il is convet to machine code.this is come in
CLR(managed code)
this is used in runtime environment.
types
1.pre-JIT
in that all source code is complied at one time on one
complication.
2.Econo-JIT
in that this complied the methods which arec called at
runtime .
3.normal-JIT
in that this complied the methods which arec called at
runtime.The methods which are compiled at first time these
are kept in cache and when need refer from it.
in that this called the methods at only
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the contents of cookie?
What is owin authentication?
How can exception be handled with out the use of try catch?
Where are session variables stored?
Explain About duration in caching technique
What is difference between viewstate and session in asp net?
In order to get assembly info which namespace we should import?
What is the difference between user control and custom control?
Is react a template engine?
How can you identify that the page is post back?
Will the asp.net validators run in server side or client side?
What are the new data controls in asp.net 2.0?
Diff between web user control and web custom control?
What is variable and constant in .net programming language?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?