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

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

0 Answers  


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


What permissions do asp.net applications posses by default?

0 Answers  


Tell About Global.asax ?

3 Answers   Keane India Ltd,


Caching techniques in .NET ?

1 Answers   Microsoft,






Define web.config in .net?

0 Answers  


How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


About session modes

3 Answers   Wipro,


what is the difference between console.writeline &console.output.writeline?

2 Answers  


Can you create an app domain ?

1 Answers  


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


Explain the various authentication mechanisms in asp.net.

0 Answers  


Categories