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

What are different types that a variable can be defined and their scopes ?

0 Answers  


Explain COM with example?

0 Answers   MaxSolPro,


what is tracing? Where it used?

0 Answers  


where should I put this information then?

0 Answers  


What happens to the winfx technologies?

0 Answers  






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

0 Answers  


How to work with Crystal Reports without using Visual Studio?

1 Answers  


Define the mesi? : Dot net architecture

0 Answers  


How cache coherency is eliminated? : Dot net architecture

0 Answers  


If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

3 Answers   Hologic, Siebel,


can Array contains different datatypes ?

5 Answers  


Hi i need fast track course maximum to complete within a month....courses are Asp.net,c3,vb.net n sql server........at hyderbad location ..best institute n cost

1 Answers   Chevron,


Categories