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

Which is the parent class of the ASP.NET server control?

545


Define repository pattern in asp.net mvc? : asp.net mvc

505


What is the size of Get method and how much data it can store?

577


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

520


What are the different validators in asp.net?

564






What is the full meaning of asp.net?

528


What is the difference between exe and dll?

559


Explain the difference between asp & asp.net.

552


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18527


Explain how cookies work. Give an example of cookie abuse.

721


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

650


What are the validation controls available in ASP.NET?

545


How you can add an event handler?

577


What are session objects?

515


What is the difference between CLICK and MOUSE DOWN Event ?

587