Answer Posted / rai sing from k.c
Miscrosoft intermediate language is also called managed code
and generated by .net compiler.It is hardware independent
code and can be easily converted into Native code through
CLR JIT(Just in time) complier.Hance it is proved that for
all the languages MSIL is same so it is a Platform
independentand platform specific.
MSIL is also known as IL,CIL,manages codeand partial code
it application used managed code called managed application.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by serialization and deserialization?
What is sorting in vb?
What are the features of c# which are not present in vb.net?
How many languages are supported by .net?
What is the strong name in .net assembly?
What is global assembly cache (gac)?
What is the significance of delegates?
Explain the difference between web.config and machine.config and where it will be ?
How to send xml file on server using http protocol?
What is the use of internal keyword?
What are the different variables in vb.net?
What is misl code?
How a base class method is hidden?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the differences between dataset.clone and dataset.copy?