Answer Posted / ezhilarasi.k
It is the virtual machine component of .net.
At compile time,a .net compiler converts source code into
CIL code.
At runtime, the CLR's just in time compiler converts the
CIL code into code native compilation
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are jagged arrays ?
What is global assembly cache (gac)?
Explain about visual basic.net?
What do you mean by deserialization?
What is the significance of delegates. Where should they be used?
What are different types of jit ?
What are the two main parts of .net?
How do you retrieve the customized properties of a .net application from xml .config file?
How a base class method is hidden?
List the two main parts of .net?
Can you please explain the difference between dataset and datareader?
What do you understand by vb.net?
source code for how to login a vb.net application ?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Explain cts?