What is CLR,MSIL and Jit Compiler and their roll in .net



What is CLR,MSIL and Jit Compiler and their roll in .net..

Answer / ayub qureshi

the msil stands for microsoft intermidiate language,the
language which is understand by CLR(common language
runtime).MSIL created by compiling ur C# code and msil is
just like a virtual machine code.Clr again compiles ur Msil
into real machine code(understand by your stytem) with the
help of a real compiler jit(just in time).

hope u get some help with this!!

Is This Answer Correct ?    14 Yes 10 No

Post New Answer

More Dot Net AllOther Interview Questions

Can you explain update progress control?

0 Answers  


What is a virtual memory? : .NET Architecture

0 Answers  


Explain different pipelining hazards and how are they eliminated? : .NET Architecture

0 Answers  


What are the types of application software?

0 Answers  


How to improve the cache performance? : .NET Architecture

0 Answers  


what is the difference between value types and reference types?

4 Answers   Six Sigma,


What is CLR,MSIL and Jit Compiler and their roll in .net

1 Answers   PCS,


Difference between type constructor and instance constructor?

0 Answers  


When should you use Abstract Class vs Interface while programming? Give 1 Example

3 Answers   CSS Corp, Hexaware, T3 Softwares,


which is the institute in hyderabad for providing the live project industry training

0 Answers  


What is the purpose of cache? : Dot net architecture

0 Answers  


How to call the dll at runtime in .Net?

4 Answers   iGate, Infosys,


Categories