What is the role of the jit compiler in .net framework?



What is the role of the jit compiler in .net framework?..

Answer / Ramji Shukla

Just-In-Time (JIT) Compiler in .NET Framework converts managed code into native machine code at runtime, making the application faster by eliminating the need for compilation during development and deployment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1 Answers  


Explain Model, view and Controllers in Asp.Net MVC?

1 Answers  


What you mean by routing in mvc?

1 Answers  


What is entitytypes? : Entity framework

1 Answers  


What is the greatest advantage of using asp.net mvc over asp.net webforms?

1 Answers  


what is an assembly?

11 Answers  


How to change the action name in ASP.Net MVC?

1 Answers  


What is model first? : Entity framework

1 Answers  


How can you prevent your class to be inherated further

1 Answers  


Explain Keep method in Tempdata in ASP.Net MVC?

1 Answers  


How does the .net framework 3.0 relate to the .net framework 2.0?

1 Answers  


Describe the .net framework architecture.

1 Answers  


Categories