What is the roll of JIT in asp.net?

Answers were Sorted based on User's Feedback



What is the roll of JIT in asp.net? ..

Answer / abc

JIT convert Intermediate languge(IL) to machine code at run
time or at the point where the software is installed.

Is This Answer Correct ?    24 Yes 1 No

What is the roll of JIT in asp.net? ..

Answer / sandeep

JIT convert Intermediate languge(IL) to machine code at run
time or at the point where the software is installed.

1)Pre JIT - JIT convert Intermediate languge(IL) to machine
code before compilation time

2)Eco JIT -JIT convert Intermediate languge(IL) to machine
code At the time of compilation

3)Normal JIT - JIT convert Intermediate languge(IL) to
machine code After the time of compilation

Is This Answer Correct ?    20 Yes 5 No

What is the roll of JIT in asp.net? ..

Answer / jaylem chaudher

Before MSIL(MS Intermediate Language) can be executed, it
must converted by .net Framework Just in time (JIT) compiler
to native code, which is CPU specific code that run on some
computer architecture as the JIT compiler. rather then using
time and memory to convert all the MSIL inb portable
executable (PE) file to native code,it converts the MSIL as
it is needed during execution and stored in resulting native
code so it is accessible for subsequent calls.

Is This Answer Correct ?    9 Yes 2 No

What is the roll of JIT in asp.net? ..

Answer / jerry joseph

The common language runtime just-in-time (JIT) compiles
ASP.NET managed page code to the native code of the
processing server at run time.

Is This Answer Correct ?    7 Yes 2 No

What is the roll of JIT in asp.net? ..

Answer / ravi

JIT allows parts of your application to execute when they
are needed.

Is This Answer Correct ?    9 Yes 9 No

What is the roll of JIT in asp.net? ..

Answer / ashwani sharma

it compiles the sourcec code jit and it is doesnt compiles
hole code only the code is to be executed is compiled

Is This Answer Correct ?    2 Yes 2 No

What is the roll of JIT in asp.net? ..

Answer / vijay

what is COM in asp.net

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

In ViewState How much lifespan items stored?

0 Answers   Siebel,


What is indexing on asp.net?

0 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


How to turn off cookies for a page?

0 Answers  


What is web api and why to use it?

0 Answers  






What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


Do you know caching feature?

0 Answers  


what is abstract class and method..

2 Answers  


How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


Describe the difference between inline and code behind - which is best in a?

0 Answers  


Describe in brief .net framework and its components.

0 Answers  


Can i have both C# and vb.net code in same assembly?how?

5 Answers   Wipro,


Categories