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 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

Way of updating a table other than stored procedure and hard coded query?

2 Answers  


Does web services support data reader like pom project?

0 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


How do u declare static variable and how it is declared and what is its lifetime?

0 Answers  


If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?

1 Answers  


What is server side routing?

0 Answers  


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


How can we create a website?

0 Answers  


Differnce between Control an View State

1 Answers   Proteans,


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


What are the differences between Trace and Debug?

2 Answers   Accenture,


What is anonymous authentication?

0 Answers  


Categories