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 does mfc stand for?

971


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

700


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

1884


How do I create a dialog box in mfc?

615


List out the basic features of MFC.

13724






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

2851


What is mfc class hierarchy?

627


Do you have an idea about MFC?

925


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

3351


what is functioning of DIalodDataXchange ..?

1200


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

1813


I want recent paper pattern for HP company?

1793


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

1388


how to repaint when working with horizontal scroll bar

1553