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 is late binding?
What is the difference between system.applicationexception class and system.systemexception?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain about jagged arrarys ?
What is the role of new keyword?
Did vb6 support multi-threading ?
What are the shadow variables?
What are all the parts of .net framework?
Is vb.net dead?
Why is the xml infoset specification different from the xml dom?
What is the use of console application?
What is the differences between dataset.clone and dataset.copy?
How to connect crystal report in vb.net ?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.