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   SiteMap shows list of All Categories in this site.
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 intermediate language in .NET ?
 Question Submitted By :: Mathur
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is intermediate language in .NET ?
Answer
# 1
MSIL
 
Is This Answer Correct ?    16 Yes 1 No
Guest
 
  Re: What is intermediate language in .NET ?
Answer
# 2
not MSIL 
C# , J# , ASP.NET, VB.NET, and other 13 intermediat lanuages
 
Is This Answer Correct ?    5 Yes 13 No
Pappu
 
 
 
  Re: What is intermediate language in .NET ?
Answer
# 3
.net supports CLS i. e. Common language type. its a 
microsofts feature to bring all languages near one roof.
When You compile .net code it dosen't converted into binary 
language, it converted into IL (Intermidate Language) also 
known as MSIL. And from IL to binary language converted at 
run time, CLR manages this process. At the runtime also it 
not converts whole project at time to binary, only converts 
that part which is going to execute, this the performance 
of project increases. This IL can use any lanuage which is 
member of that .net studio. The assemblies (ExE, DLL) are 
also in IL form. So u can use any EXE or DLL created in 
vb.net in c#.net also.
 
Is This Answer Correct ?    12 Yes 2 No
Santosh
 
  Re: What is intermediate language in .NET ?
Answer
# 4
which converts native code into byte code i.e machine 
understandable code.
 
Is This Answer Correct ?    4 Yes 8 No
Ranganath
 
  Re: What is intermediate language in .NET ?
Answer
# 5
MSIL is MicroSoft Intermediate Language. When we 
compile .Net applications, its complied to MSIL, which is 
not machine read language. Hence Common Language Runtime 
(CLR) with JustIn Time Complier (JLT), converts this MSIL 
to native code (binary code), which is machine language.
 
Is This Answer Correct ?    16 Yes 0 No
Rajesh Iyer
 
  Re: What is intermediate language in .NET ?
Answer
# 6
It is cpu independent language.It is only understand by 
CLR.due this language(MSIL) vb.net application can run on 
any platform on which .net framework is present.
 
Is This Answer Correct ?    7 Yes 0 No
Bovindra Singh
 
  Re: What is intermediate language in .NET ?
Answer
# 7
It converts the code into bytecode. it is a service that 
runs under the CLR. When we compile our code it gets 
compiled into IL(Previously Known as MSIL).
 
Is This Answer Correct ?    2 Yes 1 No
Jastaj
 
  Re: What is intermediate language in .NET ?
Answer
# 8
Correct Answer is MSIL and it is 100% sure.
 
Is This Answer Correct ?    6 Yes 1 No
Sonia
 
  Re: What is intermediate language in .NET ?
Answer
# 9
All .net code is compiled to IL(is also called as MSIL)  
which doesn't understand machine.CLR uses JIT compiler to 
convert IL into Executable file.
 
Is This Answer Correct ?    2 Yes 1 No
Sowjanya
 
  Re: What is intermediate language in .NET ?
Answer
# 10
when we compile a file in cscharp through csc compiler it
reach at intermidiate state where it neighter in souce code
nor in machine native code.it can be exe or Dll which can
later be used in diffrent language.
 
Is This Answer Correct ?    2 Yes 1 No
Nazrul
 
  Re: What is intermediate language in .NET ?
Answer
# 11
MSIL (Microsoft Intermediate Language) or CIL (Common 
Intermediate Language). All .NET source code is compiled to 
IL. This IL is then converted to machine code at the point 
where the software is installed, or at run-time by a Just-
In-Time (JIT) compiler.
 
Is This Answer Correct ?    3 Yes 0 No
Sivasubramanian Hariharan
 
  Re: What is intermediate language in .NET ?
Answer
# 12
Convert the .net programming language code into compiler 
understand code
 
Is This Answer Correct ?    0 Yes 1 No
Venkatesh
 
  Re: What is intermediate language in .NET ?
Answer
# 13
When you compile a progam developed in a language that targets the CLR, instead on compiling the source code into machine-level code, the compiler translates it into IL to ensure interoperability between applications developed in different programming languages, such as Visual Basic or Visual C#. Intermediate Language is CPU-independent. This means that the code can be executed from any platform that supports the .NET CLR.
 
Is This Answer Correct ?    0 Yes 0 No
Vishal Surve
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back  3
Why Datareader is useful?  5
Is VB.NET object oriented? What are the inheritances does VB.NET support ? Digital-GlobalSoft11
what is the dif b/w panel and groupbox. Ksb3
Do event have return type?  7
Regarding Types of compatability in VB and their usage ? Satyam1
How to store jpeg / gif / bmp image in database and how to retrieve them? The most stressful condition is database is distributed and stored images can be retrive from any computer in network and any one can store images from other computer!! plss help its urgent.......RAHUL RATHOD  2
I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated  2
ColumnMapping belongs to which namespaces?  1
what are Fixed memory leaks and threads locking problems.  1
diff b/w windows and console application?  2
when we will use console ?  3
hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha  1
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?  1
How do you rate yourself in .NET ? Infosys3
what r the properties should be given to set method? PSI-Data-Systems2
What are Major Feature of VB.NET Over C#.NET  9
What is an abstract class?  3
What is MSIL  4
Trace and Debug belongs to which namespaces?  4
 
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