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
Is http stateful or stateless?
explain lazy loading, eager loading, and explicit loading?
Can we add constraints to the route? If yes, explain how we can do it?
Can I set the unlimited length for "maxjsonlength" property in config?
what do you mean by table-per-hierarchy?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
what is code first approach?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
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 ViewStart Page in ASP.Net MVC?
How route table has been created in ASP.NET ASP.Net MVC?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is the .net framework 3.0 (formerly winfx)?
what do you mean by navigation property?
What is the use of razor view engine?