Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is JIT, what are types of JITS and their purpose ?

Answers were Sorted based on User's Feedback



What is JIT, what are types of JITS and their purpose ?..

Answer / santosh

There are three types of JIT copilers.

Pre-JIT. Pre-JIT compiles complete source code into native
code in a single compilation
cycle. This is done at the time of deployment of the
application.

Econo-JIT. Econo-JIT compiles only those methods that are
called at runtime.
However, these compiled methods are removed when they are
not required.

Normal-JIT. Normal-JIT compiles only those methods that are
called at runtime.
These methods are compiled the first time they are called,
and then they are stored in
cache. When the same methods are called again, the compiled
code from cache is
used for execution.

Is This Answer Correct ?    35 Yes 3 No

What is JIT, what are types of JITS and their purpose ?..

Answer / 03/05/2007

JIT is Just in Time compiler which compiles the MSIL into
NAtive code. there are 2 types of JITS.

Is This Answer Correct ?    18 Yes 6 No

What is JIT, what are types of JITS and their purpose ?..

Answer / kalpana reddy m

JIT :Just In Time
It converts MSIL code into Native code

It can be devided in 2 types

1.STANDARD JIT

2.ECONAMIC JIT

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More ASP.NET Interview Questions

Explain how inline and code behind is used differently ?

1 Answers   Siebel,


Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


I create small website, i want accept all the browser this website? what will do?

1 Answers  


what is asp.net

12 Answers   Dynacs,


How Session outproc in Sqlserver stored?

0 Answers   CGI,


Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?

0 Answers  


What is state management technique?

0 Answers  


If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?

1 Answers   MMTS,


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


How do u deploy ur project?

0 Answers   HCL, Microsoft,


You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?

6 Answers   D&B,


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


Categories