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
Explain about branching logic control in vb.net?
What is the use of system.diagnostics.process class?
How many ways the function can return values?
Explain how can we remove handlers at run time?
What is the feature which is common to all .net languages?
Explain the difference between vb.net and c#, related to oops concepts?
Name the tool which can convert visual basic old version to .net compatibility version?
What are the advantages of vb.net and c#?
What is pre-jit?
What is the role of new keyword?
How can we remove handlers at run time?
What is jagged array in vb.net?
What is meant by jagged arrays?
Explain the use of option explicit?
What are different types of jit ?