InterviewSolution
Saved Bookmarks
| 1. |
What Is Misl Code? |
|
Answer» MSIL CODE is the Microsoft INTERMEDIATE Language. This is the code created by the CLR from the SOURCE code. This MSIL code is CONVERTED to machine/native code by JIT compiler. This machine code is actually the code which runs. MSIL code is the Microsoft Intermediate Language. This is the code created by the CLR from the source code. This MSIL code is converted to machine/native code by JIT compiler. This machine code is actually the code which runs. |
|