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
where can i gather the materials for MCP certification
What are the different types of validation controls in asp.net?
What are the different properties of server control that exists?
What is round trip in asp.net?
What are the types of validation in asp net?
What is connection pooling and how to enable and disable connection pooling?
What are the types of caching in asp.net?
Where is the view state data stored?
Difference between .NET and previous version?
What r the asp.net list controls and difference between them?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is voluum?
What is the difference between client-side and server-side validations in webpages?
What is route in web api?
Which methods validate all the controls on a page?