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 the difference between readonly variable and constant variable?
What are all the parts of .net framework?
Define clr?
What are the parts of the visual basic control?
List the types of generations in garbage collector?
Explain the difference between vb.net and c#, related to oops concepts?
Explain public assembly?
What is the difference between .dll extension and .exe extension files?
What is writeline in vb.net?
Explain about garbage collection?
what is the advantage of option strict on?
What is a stream in vb.net?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
Explain what observations between vb.net and vc#.net?
What is the difference between c# and vb.net?