Answer Posted / manjunatha s
jit is a just in time compiler,it converts msil code into
native code..it is different other compilers bcoz it compile
source code just in time and does not compile hole code at a
time...
Verification examines MSIL and metadata to find out whether
the code can be determined to be type safe, which means that
it is known to access only the memory locations it is
authorized to access.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is partialview in asp.net mvc?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
mention what is code first approach and model first approach in entity framework?
How can I return string result from action in asp.net mvc?
How does the 'page lifecycle' of asp.net mvc works?
How do you specify comments using razor syntax?
What is meant by bootstrap in mvc5?
What is a view engine?
What is iobjectset? : Entity framework
What is orm entity framework?
What is Attribute Routing in ASP.Net MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
What is definingquery in entity framework? : Entity framework
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.