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


Please Help Members By Posting Answers For Below Questions

List the major built-in objects in asp.net?

542


Explain what is event bubbling?

568


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

508


What is a viewstate?

560


What is session and application variable in asp net?

455






What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

556


Is session stored in browser?

524


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1405


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

563


Where can I get information on cookies in asp.net?

561


What are session state modes in asp.net?

545


How can we create pie chart in asp.net?

577


What are the Types of chaching. How to implement caching

558


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

581


What is the difference between session and viewstate in asp.net?

602