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
How to use multiple scriptmanager controls in a web page?
What are the session management techniques asp net?
Where viewstate value is stored in asp.net?
What is the difference between viewstate and hidden field in asp.net?
How does output caching work in ASP.NET?
If we remove web.config or machine.config from the application then, is this application will works?
What is a web pool?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Do you know using sql cache invalidation?
Explain http handlers? Where we can use the http handlers?
What is the namespace to create thread in .net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is difference between URL and URI?
Define a multilingual website?