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
Explain the use of option explicit?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is global assembly cache (gac)?
What is difference between inline and code behind?
What are the shared variables?
Why should you use delegate?
Which control is an example of an object in vb net?
Can you please explain the difference between dispose and finalize()?
Explain about the keyword must inherit?
Explain jit?
Explain about branching logic control in vb.net?
How can we remove handlers at run time?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Define naming convention?
What is strong name in .net assembly?