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

What is the equivalent of date() and time() in asp.net?

0 Answers  


Where viewstate value is stored in asp.net?

0 Answers  


Is asp.net is a programming language?

0 Answers  


Explain the difference between array and linkedlist?

0 Answers  


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,






Where is cookie used in asp.net?

0 Answers  


What is http only cookie?

0 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


Explain the differences between Server-side and Client-side code?

3 Answers  


what is diffrance between response.write & response.output.write

4 Answers   CTS,


Explain the use of view state?

0 Answers  


Categories