What is jit? What are the different types of jit?



What is jit? What are the different types of jit?..

Answer / Vivek Mishra

Just-In-Time (JIT) compilation is a method used by some computer programs for executing instructions that are not immediately available. In .NET, there are two types of JIT: NGen JIT and Standard JIT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain how can I get around scope problems in a try/catch?

1 Answers  


Constructor to an arbitrary base constructor?

1 Answers  


What is type class in c#?

1 Answers  


What is the difference between method and constructor in c#?

1 Answers  


What is the difference between Abstract and Interface?

22 Answers   Agile Software, FER, HCL, Sys Universe,


What is the difference between method parameters and method arguments. Give an example?

1 Answers  


What is difference between float and integer?

1 Answers  


What is primitive types in c#?

1 Answers  


What are the principles of delegation?

1 Answers  


How to install or uninstall a windows service?

1 Answers  


When do you generally use a class over a struct?

1 Answers  


What are the three types of predicates?

1 Answers  


Categories