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
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Which classes a dll can contain?
What are the difference between structure and class?
How do you retrieve the customized properties of a .net application from xml .config file?
What are the different types of applications supported in .net (or) .net framework?
How to create a constant in vb.net?
What do you mean by serialization and deserialization and it's use.
How can we store decimal data in .net?
List the types of generations in garbage collector?
Explain about the performance of visual basic?
what is commom language runtime?
Explain the advantage of option strict on?
What is sorting in vb?
Explain clr?