What are the types of jit?



What are the types of jit?..

Answer / Lokesh Diwakar

"JIT (Just-In-Time)" compilers in .NET come in two forms: JIT (for native code generation) and AOT (Ahead-Of-Time). JIT is used by default, while AOT is used for performance-critical applications where a one-time compilation of the entire application can yield better performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the transport protocol you use to call a seb service soap?

1 Answers  


What is Entity Relationship Model in .NET?

1 Answers   Viscus Infotech,


How to produce an assembly?

1 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

1 Answers  


How is .net core cross platform?

1 Answers  


What are the advantages of .net core?

1 Answers  


What relationship is between a process, application domain, and application?

1 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


Please explain what is immutability, what is it for and how is it codified?

1 Answers  


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  


What operating systems does the .net framework run on?

1 Answers  


What does cil do?

1 Answers  


Categories