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
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
what is complex type?
Explain representational state transfer (rest) in detail?
What are the components required to create a route in ASP.Net MVC?
What is the use of viewmodel in mvc?
Describe the .net framework architecture.
What is the difference between viewbag and viewdata in mvc?
What is mapping in entity framework? : Entity framework
explain how you can load related entities in ef (entity framework)?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
How we can add the css in mvc?
How does �side by side� work for the .net framework 3.0?
How to answer for project questions..?
Does windows 10 need .net framework?
what is code first approach?