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 and how is works?

Answers were Sorted based on User's Feedback



What is JIT and how is works?..

Answer / versha

jit is stands for just in time compiler
in case of compilation
source code ->language compiler->MSIL->JIT->native\machine
code

in case of compilation the source code is compiled by its
language compiler like in case of vb.net it is compiled by
its lanfuage comiler and then convert it in MSIL which jit
can understand and then jit compile itand convert it in
machine code
types of jit
1)pre-jit
it compile all methods at one time compilation
2)econo-jit
it compile only those methods which are cslled at run
time
3)normal jit
it compile only those methods which are called at run time
and the mthods which are compiled at one time that is kept
in cache and next time when that need it tack from cache

Is This Answer Correct ?    6 Yes 0 No

What is JIT and how is works?..

Answer / pankaj purohit

Agree with the Versha

But there are some different between Machine code and native
code. JIT convert in Native code and send it to CLR and then
CLR will send it to OS

Different Machine code run in a sequences start form a to z
and native code picks randomly.

Is This Answer Correct ?    0 Yes 0 No

What is JIT and how is works?..

Answer / kirti

An acronym for "just-in-time," a phrase that describes an action that is taken only when it becomes necessary, such as just-in-time compilation or just-in-time object activation

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

0 Answers  


What is .net code security?

0 Answers  


What is concurrency? How will you avoid concurrency when dealing with dataset?

0 Answers  


What is strong name?

2 Answers  


Who is using .net core?

0 Answers  


Define code access security (cas)?

0 Answers  


.What is Marshaling?

2 Answers  


What is STA in .NET?

0 Answers  


Explain the main components in .net?

0 Answers  


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

0 Answers   TCS,


What are the drawbacks for Model-View-Controller Architecture?

1 Answers  


Categories