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 do you mean by Driver Script?
Explain how to spawn a thread?
What is .net and why it is used?
Please explain what are an object and a class?
What is meant by managed and unmanaged code?
Why is .net used?
What is difference between system.string and system.stringbuilder classes?
Types of evidence in .net with context to CAS
What is the use of activex control in .net?
What is dot net and its uses?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is deferred execution vs. Immediate execution in linq?
What is new in .net core?
How is .net able to support multiple languages?
Explain the difference between the while and for loop.