Answer Posted / rama
When compiling to managed code, the compiler translates
your source code into Microsoft intermediate language
(MSIL), which is a CPU-independent set of instructions that
can be efficiently converted to native code. MSIL includes
instructions for loading, storing, initializing, and
calling methods on objects, as well as instructions for
arithmetic and logical operations, control flow, direct
memory access, exception handling, and other operations.
Before code can be run, MSIL must be converted to CPU-
specific code, usually by a just-in-time (JIT) compiler.
Because the common language runtime supplies one or more
JIT compilers for each computer architecture it supports,
the same set of MSIL can be JIT-compiled and run on any
supported architecture.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is misl code?
what is commom language runtime?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain the advantage of option strict on?
Tell me which namespace are used for accessing the data?
Explain the difference between thread and process?
What is the difference between value and reference types?
What is enumerator?
What are the assembly entry points?
Which is the tool which can convert visual basic old version to .net compatibility version?
What is the top .net class that everything is derived from?
What is the difference between vb 6 and vb.net?
What is portable executable?
Explain about branching logic control in vb.net?
What is the difference between import system.data.sqlclient and system.data.oledb?