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

how to find the 2nd higgest salary in the column for example take table name is employee? And also find bottom 2nd lowest salary ?

11 Answers   GeoTechnology, Wipro,


can aspx page contains two pager tags ?

1 Answers  


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

2 Answers   PCS,


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


What is a memory management?

3 Answers   Six Sigma,






What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers   Siebel Systems,


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

0 Answers   PCS,


Explain the five stages in a dlx pipeline? : Dot net architecture

0 Answers  


What are .net mobile controls features? : Microsoft dot net mobile

0 Answers  


Explain how cache is used? : Dot net architecture

0 Answers  


Does .NET runtime offer Deterministic Destruction or not?

0 Answers   HCL,


data types used in validation control

0 Answers   PCS,


Categories