What does jit compilation do in .net?



What does jit compilation do in .net?..

Answer / Reenu Saini

Just-In-Time (JIT) compilation is a feature of the Common Language Runtime (CLR) that compiles .NET code at runtime into native machine code specific to the target platform. This allows for faster execution of the compiled code and reduces startup times compared to interpreted languages, as well as enabling .NET applications to run on various platforms without the need for recompilation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

1 Answers  


what is the meaning silverligt control

1 Answers  


What is .net3.5?

1 Answers  


What is an assembly? What are the different types of assemblies?

1 Answers  


Compare & contrast rich client (smart clients or windows-based) & browser-based web application

1 Answers  


What is value type and refernce type in .net?

1 Answers  


What are the different types of assemblies?

3 Answers  


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

1 Answers  


what is the keyword used for self reference?

1 Answers  


What is an Interface? Have you ever developed an Interface.

5 Answers   Deloitte,


How to get the number after decimal point in .net?

1 Answers  


What is implement a generic action in webapi?

1 Answers  


Categories