Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is meant by language interoperability and language
integration?



what is meant by language interoperability and language integration?..

Answer / mary

Prior to the introduction of .Net, the code written in one
programming language is considered to be usable only in the
programs written with the same programming languages. For
example, an algorithm implemented in Perl programming
language can not be reused in the programs written in the
C++. At Windows platform, Microsoft introduced the
standards for COM (Component Object Model) which allows
components written in one programming language to be used
in other programming language. In Java, JNI (Java Native
Interface) is presented to use-up the code written in non-
Java languages into Java programs. But both the standards
(COM and JNI) are too complex and have their own
limitations. They also don’t allow the language
integration, which means that you can use the components
written in other programming languages but you can’t extend
the functionality of the components.

In Microsoft.Net, the code written in any programming
language is compiled to the same Intermediate Language
(Microsoft Intermediate Language - MSIL or Common
Intermediate Language – CIL) and to same component standard
(assembly). Hence, it is possible for developers to employ
the language interoperability by using and extending the
solution implemented by other developers which might be
using different programming language provided developers at
both end are using.Net compliant programming languages.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

if i want to validate all the control on web page how i will do

2 Answers   PCS,


Does application frame need host?

0 Answers  


What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

0 Answers  


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


What is the purpose of cache? How is it used? : Dot net architecture

0 Answers  


What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture

0 Answers  


Explain cache? : Dot net architecture

0 Answers  


8. Oop-Why and were we use Interfacse and Abstract class.

0 Answers   PCS,


Why am I getting an invalidoperationexception when I serialize an arraylist?

0 Answers  


How does an appdomain get created?

0 Answers  


How do I know when my thread pool work item has completed?

0 Answers  


How to upload in video,mp4,in .net 4.5 ..?

0 Answers   HCL,


Categories