Answer Posted / versha
jit is stands for just in time compiler
in case of compilation
source code ->language compiler->MSIL->JIT->native\machine
code
in case of compilation the source code is compiled by its
language compiler like in case of vb.net it is compiled by
its lanfuage comiler and then convert it in MSIL which jit
can understand and then jit compile itand convert it in
machine code
types of jit
1)pre-jit
it compile all methods at one time compilation
2)econo-jit
it compile only those methods which are cslled at run
time
3)normal jit
it compile only those methods which are called at run time
and the mthods which are compiled at one time that is kept
in cache and next time when that need it tack from cache
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is .net assembly?
Should I use readerwriterlock instead of monitor.enter/exit?
What is an anonymous method and how is it different from a lambda expression?
What is lambda expressions in c#?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is data type and how many types of data types are in .NET ?
Why SOAP is required?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
how can i create a table from front end to back end in wabe page?
What is your observations between vb.net and vc#.net?
How to view a .NET assembly?
What is a strong name in .net?
What is manifest in .net?
What is gac in .net?
What is .net environment?