adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1081


How to use multiple submit buttons in asp.net mvc?

1307


Explain the request flow in asp.net mvc framework?

1090