Answer Posted / vara prasad
This is an acronym for Microsft Intermediate Language.
In .net code that a developers develops will be complied in
to MSIL code by the respective compilers and this code will
be targeted towards the CLR which inturn contains JIT
Compilers .This MSIL code will be converted in to the
machine understandable code by JIT compiler.
| Is This Answer Correct ? | 77 Yes | 12 No |
Post New Answer View All Answers
Explain is the jit an interpreter?
Can a try block have more than one catch block?
What are the features of dot net?
Which namespace is used to support multithearding in .NET?
What is a variable of implicit type and what is its scope?
Whate are resource files?
What is STA in .NET?
Explain the different types of proxy patterns?
What is the difference between a debug and release build?
How can I tell if .net 3.5 is installed?
What is marshling?
What are the new 2.0 features useful for?
Explain about .net assemblies?
Differentiate between managed and unmanaged code?
What does jit do?