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

Define reflection in .net?

0 Answers  


What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


When is the ViewState available during the page processing cycle ?

6 Answers   Siebel,


What is the namespace for encryption?

3 Answers   Astadia, CIA, Wipro,


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  






What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  


What is the use of dispose method?

0 Answers  


what is the difference between primary key and foreign key?

2 Answers  


Can a master page have more than one contentplaceholder?

0 Answers  


What is runtime host ?

3 Answers   Digital GlobalSoft,


How would you enable impersonation in the web.config file?

0 Answers  


What is a page life cycle? What are the events in a page life cycle?

0 Answers  


Categories