Dot Net Framework Question:
Download Questions PDF

What is CLR? How does work CLR & wht is work of CLR?

Answer:

CLR- common language runtime.. clr in .net is equivalent to jvm in java. garbage collection,sode access security, code verification, intermediate language are work sof clr..
it uses jit to compile intermediate language code to machine code.

Download Dot Net Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is .net framwork?Where The Inheritence is useful? How we decide the situation of inheritence?