what is the component of CLR ?

Answers were Sorted based on User's Feedback



what is the component of CLR ?..

Answer / asma siddiqua

CTS - Common type system
CLS - common language specification
CIL - common intermediate language
JIT compiler (just-in-time compilation)
Virtual Execution system (linking,loading and execution)

Is This Answer Correct ?    13 Yes 0 No

what is the component of CLR ?..

Answer / 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

what is the component of CLR ?..

Answer / uday karthik

The core component of .net framework is CLR(Common Language Runtime), which is abstraction of execution environment and manages overall execution of .net applications.

Components of CLR:
1.Assembly Resolver
2.Assembly Loader
3.JIT compiler
4.Garbage Collector
5.Threading
6.Com marshaller

Is This Answer Correct ?    8 Yes 4 No

what is the component of CLR ?..

Answer / kiran

1.Base Class Library Support
2.Thread Support
3.COM Marshaller
4.Type checker
5.Exception Manager
6.Secutiry Engine
7.Debug Engine
8.MSIL to Native Compiler
9.Code Manager
10.Garbage Collector
11.Class Loader

Is This Answer Correct ?    11 Yes 7 No

what is the component of CLR ?..

Answer / shruti kaushik

components of clr r as follows:-
1.comman type system(cts)
2.intermediate language(il)
3.execution support function
4.security
5.garbage collection
6.class loader
7.memory layout

Is This Answer Correct ?    5 Yes 1 No

what is the component of CLR ?..

Answer / sahadev

The CLR provides a comon context where all .NET componets
exicute.It managge every runtime aspect of the code.so
component of CLR is Component of .NET
code
function
object.......

Is This Answer Correct ?    4 Yes 7 No

what is the component of CLR ?..

Answer / hemant

mscoree.dll

Is This Answer Correct ?    2 Yes 10 No

what is the component of CLR ?..

Answer / ambica

The .NET Framework provides a Run-time environment called
the CLR,which runs the code and provides services that
makes the development process easier.CLR does not contain
components.
The .NET Framework has two components i.e
1.CLR(Comman Language Runtime)
2..Net Framework class library.

Is This Answer Correct ?    3 Yes 14 No

Post New Answer

More MFC Interview Questions

Tell us something about MFC?

7 Answers   Microsoft,


What is the use of UpdateData funciton ?

7 Answers  


How to update all the views whenver document got updated ?

1 Answers  


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

0 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  






Explain about MDI and CMultiDocTemplate ?

2 Answers  


What interface must be supported by an ActiveX control?

2 Answers  


What view class enables you to use an edit control as a view?

1 Answers  


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


How you create a button dynamically?

2 Answers  


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


Categories