What is the task perform by clr?



What is the task perform by clr?..

Answer / Mohd. Sufiyan Khan

The Common Language Runtime (CLR) performs several tasks, including: managing memory allocation and garbage collection, enforcing type safety, executing code with just-in-time compilation, providing services such as exception handling, security, interoperability with unmanaged code, and resource management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is thread pooling?

1 Answers  


Explain manifest & metadata?

5 Answers   IBM, Wipro,


What is the Difference between class and abstract class?

2 Answers  


What is deadly diamond problem?

1 Answers  


If a child class instance is created, which class constructor is called first - base class or child class?

1 Answers  


What is the use of tuple in c#?

1 Answers  


What is a hashset c#?

1 Answers  


What is visual c# net?

1 Answers  


What is the difference between cookies and session?

7 Answers   ADITI, Infinity, Infotech, VBV, Web Connect,


Why we need get set property in c#?

1 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?

1 Answers  


What do you mean by casting a data type?

1 Answers  


Categories