Answer Posted / mahua dutta
JIT is the just in time compiler,it is quite different with
other compilers.It compiles the source code just in
time,and it does not compiles hole code ,only the code is
to be executed is compiled.there are three tipes of JIT.
pre jit,econo jit,normal jit.
Is This Answer Correct ? | 51 Yes | 12 No |
Post New Answer View All Answers
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
explain lazy loading, eager loading, and explicit loading?
how to disable the lazy loading framework?
What is mvc entity framework?
What is a model in programming?
What is the difference between .net core and .net framework?
What are Action Methods in ASP.NET MVC?
explain why t4 entity is important in entity framework?
What is display mode in mvc?
What is mapping in entity framework? : Entity framework
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Which is the root namespace for fundamental types in .net framework?
What is an asynchronous controller in asp.net mvc?
what is minimum requirement for entity framework applications to run?
What is the use of viewmodel in mvc?