Explain is the jit an interpreter?



Explain is the jit an interpreter?..

Answer / Anil Kumar Yadav

The Just-In-Time (JIT) compiler in .NET is not an interpreter. Instead, it compiles the IL (Intermediate Language) code at runtime into native machine code specific to the target platform. This allows the program to run faster and more efficiently than if it were interpreted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.

2 Answers   Deloitte, Srp Khanij,


What is strong-typing versus weak-typing? Which is preferred?

1 Answers  


How to create properties and methods using controls?

1 Answers   CGI,


what is the default value of CHAR type?in C# using asp.net?

7 Answers   Bosch,


what is managed data and managed code?

2 Answers  


Can "this" be used within a static method?

1 Answers  


What is different between User Control and Web Control and Custom Control?

2 Answers  


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

1 Answers  


What are pdbs?

1 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What is smart navigation in .net?

1 Answers  


What are the benefits of Model-View-Controller Architecture?

1 Answers  


Categories