What is intermediate language in .NET ?
Answer Posted / mayur
IL : Intermediate Language
Code written in .net language is compiled which is called IL.
IL basically is exes, DLL etc.
At run time, CLR converts IL to machine language according to machine configuration using JIT.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a static variable?
What is late binding?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the feature anonymous type?
Define naming convention?
What is the size of .net object?
What is the difference between readonly variable and constant variable?
Explain and brief about rapid application development tool?
How to create a constant in vb.net?
What is code access security?
Explain the difference between thread and process?
What is datatype conversion?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is non_deterministic finalization?
What are the various open source tool available for VB.NET?