ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  VB.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is CLR?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is CLR?
Answer
# 1
CLR means Common Language Runtime.It is  Major component of 
the .NET frameworkIt provides no of benefits to the 
developers such as Exception handling,Security,Debugging 
and Versioning...
 
Is This Answer Correct ?    20 Yes 1 No
Guest
 
  Re: What is CLR?
Answer
# 2
Common Language Runtime is Runtime engine which converts 
Microsoft Intermediate Language in machine understandable 
code, it is similar to JVM in Java
 
Is This Answer Correct ?    13 Yes 4 No
Guest
 
 
 
  Re: What is CLR?
Answer
# 3
CLR is an execution engine for .net.It is used to convert 
the highlevel language code into MSIL(Microsoft 
Intermediate Language).So this MSIL again converted into 
m/c language by JIT compiler(Just In Time).

The CLR is the main coponent for .Net framework.So the .Net 
framework supports 44 languages.

kamal...
 
Is This Answer Correct ?    4 Yes 1 No
Kamalakannan.a
 
  Re: What is CLR?
Answer
# 4
Full of CLR is Common Language Runtimeand its forms the 
heart of thye .NET Framework. All language have rumtime and 
its the responsibility of the runtime to take care of the 
code execution of the program.
 
Is This Answer Correct ?    1 Yes 0 No
Nidhi
 
  Re: What is CLR?
Answer
# 5
CLR actually take care ofentire execution, memory managment 
of .net applicatin.COde that u developed with alanguage 
compiler that targets runtimeis called as managed code; it 
benifits from from feature such as cross language 
integartion, cross-language exception handlaing, enhance 
securityversion & deployment support 
This runtime is allocated by visual studio.NET IDE is 
called as runtime host.
it's benifitsw are 

1.it improve Performance
2.ability to easily use compopnant developed in other 
languages
3.Cross language integration,espacially cross-language 
inheritance
4.Garbage collection
5.slf describing obj which makes using IDL unnecessary
6.The ability compile once & run on any CPU & operating 
system that support the runtime
 
Is This Answer Correct ?    2 Yes 0 No
Pallavi Jadhav
 
  Re: What is CLR?
Answer
# 6
its a comman Language Runtime
 
Is This Answer Correct ?    3 Yes 2 No
Guest
 
  Re: What is CLR?
Answer
# 7
CLR is Comman Language Runtime engine is used to excute the
compiled code.
 
Is This Answer Correct ?    1 Yes 0 No
Anitha
 
  Re: What is CLR?
Answer
# 8
CLR is the execution engine of .net. whenever an execution 
command is given the cls progra activates a 'jit' compiler 
which inturn interprets the program according to the 
operating system standards and then execution takes place
 
Is This Answer Correct ?    1 Yes 0 No
Jagadeesh
 
  Re: What is CLR?
Answer
# 9
Common Language Runtime (CLR) 

working of CLR:-

When the .NET program is compiled, the output of the 
compiler is not an executable file but a file that contains 
a special type of code called  the Microsoft Intermediate 
Language (MSIL), which is a low-level set of instructions 
understood by the common language run time. This MSIL 
defines a set of portable instructions that are independent 
of any specific CPU. It's the job of the CLR to translate 
this Intermediate code into a executable code when the 
program is executed making the program to run in any 
environment for which the CLR is implemented. And that's 
how the .NET Framework achieves Portability. This MSIL is 
turned into executable code using a JIT (Just In Time) 
complier. The process goes like this, when .NET programs 
are executed, the CLR activates the JIT complier. The JIT 
complier converts MSIL into native code on a demand basis 
as each part of the program is needed. Thus the program 
executes as a native code even though it is compiled into 
MSIL making the program to run as fast as it would if it is 
compiled to native code but achieves the portability 
benefits of MSIL.
 
Is This Answer Correct ?    3 Yes 0 No
Jasbir Singh Thakur
 
  Re: What is CLR?
Answer
# 10
CLR is the execution engine of .net. whenever an execution 
command is given the cls progra activates a 'jit' compiler 
which inturn interprets the program according to the 
operating system standards and then execution takes place
 
Is This Answer Correct ?    0 Yes 0 No
Satvik
 
  Re: What is CLR?
Answer
# 11
CLR means Common Language Runtime it is the heart of .net
framework in simply we can defined as clr manages the
execution of the program.
 
Is This Answer Correct ?    0 Yes 0 No
Balaji Karpurapu
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
How is VB.Net different from VB6? Ksb7
I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...  2
Why Datareader is useful?  5
wht is the use of console application?  3
What is an indexed property?  1
Trace and Debug belongs to which namespaces?  4
What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....  5
what are the types of threading models in VB.net ? Satyam1
Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina  3
What is MSIL  4
what do you mean by .Net Framework Guru-Tech11
Is there any easy way to convert VB6 programs to VB.Net?  3
how to get sum of two numbers in vb.net?  2
What is VB.Net? Ksb3
what are the difference between An input box and Message box ..?  3
Do event have return type?  7
What is the difference between Dataset and Recordset?  7
In vb.net how to connect crystal report?  1
What is the DIfference between Friend and Protected Friend? CTS5
how to restore database using vb.net? TCS4
 
For more VB.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com