What is a jitter and how many types of jitters are there?

Showing Answers 1 - 9 of 9 Answers

chandralekha

  • Sep 29th, 2007
 

Jiter is nothing but the Just in time compiler JITer It is a component of the runtime is frequently referred to as a JIT compiler or JITter.

  Was this answer useful?  Yes

JIT is just in time complier.
it categorized into three:
1 Standard JIT : prefered in webApp-----on diamand
2 Pre JIT : only one time------only use for window App
3 Economic JIT : use in mobile App

  Was this answer useful?  Yes

sandipsutar

  • Jun 18th, 2009
 

When your application actually exectutes, the MSIL Code is "Just in time" compiled into machine code by JITTER( Just in time Compiler), Normally your entire application is not compiled from MSIL to machine code, only methods that are actually called during execution are compiled.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions