crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Define all components of common language runtime
Question Posted on 18 Sep 2019Home >> DotNet >> ASP.NET >> Define all components of common language runtime

Define all components of common language runtime
Answer-(1)Class Loader-It is an abstract class and its purpose is to tell JVM how a class is to be loaded at runtime.

(2)Code Manager-It is responsible for manage code at runtime.

(3)Security Engine-Its main purpose is to ensures all the security restrictions.

(4)MSIL-Microsoft Intermediate Language is considered to be the lowest form of human readable language. It is CPU independent and includes instructions of how to load, store, initialize objects. JIT converts this MSIL into native code which is dependent on the CPU.



(5)Garbage Collector-Its enables high-speed allocation and release of memory for the objects in managed code. Its main aim is proper memory management.

(6)Type Checker- It enforces the constraints of types. It enforces strictness in type checking.

(7)Thread Support- Its allows multithreading in CLR

(8)Debug engine-Its allows proper debugging of an application.

(9)Base class library- Its provide all the types that an application need at runtime.

(10)Exception manager- Handles all the exception for an application during runtime.

(11)COM Marshaller-Its provides an option for interoperability for an application.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Use of Calendar control in dotnet with code

How to improve Front End UI performance of dotnet web application?

File upload in dotnet

reverse a string

function of garbage collector






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap