What is intermediate language in .NET ?
Answer Posted / sowjanya
All .net code is compiled to IL(is also called as MSIL)
which doesn't understand machine.CLR uses JIT compiler to
convert IL into Executable file.
Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is sealed class?
What is the difference between static or dynamic assemblies?
What are the shared variables?
Explain i.tostring method?
Observations between vb.net and vc#.net?
What is the role of new keyword?
Explain the difference between web.config and machine.config and where it will be ?
Explain about globalization?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is deep copy?
Explain about jagged arrarys ?
What is the difference between datagrid and gridview?
How to achieve Polymorphism in VB.Net?
What is the main use of a namespace?
What do you mean by serialization?