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

readonly syntax ?

0 Answers  


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

2 Answers  


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


Can you explain server controls in atlas?

0 Answers  


what is page_directive

1 Answers   BoA, ICT, PCS,






Explain the types of memory management? : .NET Architecture

0 Answers  


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

0 Answers   PCS,


9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call

2 Answers   PCS,


what is web service?

1 Answers  


what is ado.net

8 Answers   BirlaSoft, HCL,


How can a win service developed in .NET be installed or used in Win98?

1 Answers  


What re interop services?

0 Answers  


Categories