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 |
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?
How to create properties and methods using controls?
what is the default value of CHAR type?in C# using asp.net?
what is managed data and managed code?
Can "this" be used within a static method?
What is different between User Control and Web Control and Custom Control?
How to get the number after decimal point in .net?
What are pdbs?
How do you create threading in .NET? What is the namespace for that?
What is smart navigation in .net?
What are the benefits of Model-View-Controller Architecture?