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
Can any body provide me the sample web application in asp.net
Is asp.net a language?
What is http post action?
What are the authentication types in asp.net?
What is app_code folder in asp net?
What is comparevalidator?
How is my content secured from unauthorized access?
What is server redirect?
Why Unload event of MasterPage Calls first in ASP.net ?
What is difference in .net 1.1 and .net 2.0?
Can the unique key be null?
What is ispostback method in asp.net? Why do we use that?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain login controls.
Explain how viewstate is being formed?