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