Answer Posted / vinod kumar kushawaha
What are different types of JIT?
Ans-
JIT compiler is a part of the runtime execution environment.
In Microsoft .NET there are three types of JIT compilers.
Pre-JIT : Pre-JIT compiles complete source code into native
code in a single compilation cycle. This is done at the time
of deployment .
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is latest version of .net framework?
will there be any issues adding a table without primary keys to a data model?
Difference between ASP.NET MVC and ASP.NET WebForms?
How we can add the CSS in ASP.Net MVC?
What is Peek method in Tempdata in ASP.Net MVC?
what is model first approach?
What is Dependency Injection in ASP.Net MVC
What is the advantage of mvc?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is objectset? : Entity framework
How we can call a javascript function on the change of a dropdown list in mvc?
What is MVVM design pattern?
Explain the 'page lifecycle' of an ASP.NET MVC?
Mention two instances where routing is not implemented or required?