GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 45 of 60    Print  
What make .Net a language independent Platform options are:
1.) MSIL
2.) IL
3.) CLR
4.) JIT

  
Total Answers and Comments: 3 Last Update: August 21, 2008     Asked by: Anuja 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 30, 2007 07:06:29   #1  
Umang Kathiyara        

RE: What make .Net a language independent Platform opt...
The Answer Is CLR (Comman Language Runtime) ...
 
Is this answer useful? Yes | No
September 12, 2007 07:43:34   #2  
rajesh        

RE: What make .Net a language independent Platform opt...
All options i.e MSIL/IL JIT and CLR.

CLR(Common Language Runtime): CLR represents runtime environment of .Net which is responsible for executing .Net program on the production PC. It converts MSIL/IL code to native/machine understandable code by the help of its complier known as JIT.

MSIL/IL(Microsoft Intermediate Language): .Net language compliers generates IL code which is managed code as it is managed by .Net (CLR).

JIT: .Net (CLR) compiler the complies IL code into machine code.

 
Is this answer useful? Yes | No
August 20, 2008 11:13:29   #3  
pradhib.l Member Since: August 2008   Contribution: 5    

RE: What make .Net a language independent Platform options are:1.) MSIL2.) IL3.) CLR4.) JIT

MSIL and IL are same there is no difference. .clr is a main thing it produce the MSIL (microsoft intermediate language(MSIL) or Intermediate Language (IL)). so it converts the source code written in any language supported by .Net like (C# vb.net J#) into MSIL code. This code is converted to native code by using JIT.
so the main thing that we call the .Net is platform independent is CLR


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape