what is the jit? what is the type of jit and purpose of it>

Answers were Sorted based on User's Feedback



what is the jit? what is the type of jit and purpose of it>..

Answer / 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

what is the jit? what is the type of jit and purpose of it>..

Answer / career.tina@yahoo.co.in

JIT IS JUST IN TIME COMPILER
Pre-JIT (Compiles entire code into native code at one
stretch)

Ecno-JIT (Compiles code part by part freeing
when required)

Normal JIT (Compiles only that part of code when
called and places in cache)

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Is it true that a Web service must be written in .NET or not?

0 Answers   Siebel,


Difference between .NET components and COM components?

2 Answers   Microsoft,


Please brief not about xsd,xslt & xml?

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   Siebel Systems,


What symbol specifies the beginning of a query string?

0 Answers  






Where is session cookies stored?

0 Answers  


Mention the execution process for managed code?

0 Answers  


To bind columns manually which tags do you need to add within the asp:datagrid ?

0 Answers   Siebel,


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

0 Answers   TCS,


What are the benefits of view state?

0 Answers  


What are validator? Name the Validation controls in asp.net? How do u disable them?

2 Answers  


how to send mail in asp.net

2 Answers  


Categories