what is the component of CLR ?

Answer Posted / anupam soni

Components in CLR


The above functionalities achieved by all these componets .Each component is responsible for specific functionality.

1.Class Loader:

It is used to load all the classes at runtime

2.MSIL to native Compiler:

It is a JIT (Just In Time) compiler it will convert MSIL code to native code

3.Code manager:

It manages the cade during runtime

4.Garbage Collector:

It manages memory .It collects all the unused objects in the memory and deallocate them when the memory is less.

5.Security Engine:

It has all the security restrictions.

6.Type checker:

It enforces strict type checking.

7.Thread support:

It provides multithreading support to our application.

8.Exception manager:

It provides mechanisum to handle execptions at runtime.

9.Debug Engine:

Which allows you to debug applications.

10.Com Marshaler:

Which allows interoperability to our applications

11.Base class library support:

Which provides all types that application need at runtime

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Struts and JSF? Pls list some most suitable differences.

2844


I want recent paper pattern for HP company?

1786


Do you have an idea about MFC?

914


2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers

1810


List out the basic features of MFC.

13680






what message is sent to an application when the user presses the primary button?

1385


plzz tell me what we can do and dont in tally ERP & sap business one?

1880


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

692


What does mfc stand for?

960


What is mfc class hierarchy?

616


how to repaint when working with horizontal scroll bar

1547


what is functioning of DIalodDataXchange ..?

1191


How do I create a dialog box in mfc?

610


what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

3342