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 is the difference between adding routes, to a webforms application and to an mvc application?
Is .net core replacing .net framework?
What is the 'page life cycle' of an ASP.NET MVC?
What are the new enhancements done in default project template of asp.net mvc 4?
Explain the methods used to render the views in mvc?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is entity framework used for?
what is linq to entities?
Explain unit test done by tester on development team?
Why should we go for entity framework?
Why is entity framework used?
Explain Bundle.Config in ASP.Net MVC4?
What is the difference between entity framework and mvc?
Is .net framework backwards compatible?
What are the components required to create a route in mvc?