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
Can you please explain the difference between int and int32?
What is the difference between readonly variable and constant variable?
Can you please explain the difference between system.string and system.stringbuilder classes?
How do you define a read only property in a class module?
Explain convert.tostrin?
Explain how to store decimal data in .net?
What is the use of console application?
What is sealed class?
Write a program to find all text files in a logical drive and return the count of the number of files?
Explain global assembly cache (gac)?
Explain the use of serialization and deserialization?
How to run a dos command in vb.net?
Which class allows an element to be accessed using unique key?
What is visual basic.net culture?
Explain about the performance of visual basic?