What is an interoperable application in java ?



What is an interoperable application in java ?..

Answer / Nikhil Kumar

An Interoperable Application in Java refers to software that can exchange and make use of data with other applications or systems effectively. This is achieved by adhering to certain standards, protocols, and APIs (Application Programming Interfaces). For example, Java programs can be made interoperable with C++ programs using Java Native Interface (JNI) or with web services using Java API for XML Web Services (JAX-WS).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How to send a request to garbage collector?

4 Answers  


Can private members of a base class are inheritable justify?

1 Answers  


How do you create a reference in java?

1 Answers  


Can a constructor have different name than a class name in java?

1 Answers  


What is the new line character?

1 Answers  


Why charat is used in java?

1 Answers  


Difference between this() and super() ?

1 Answers  


What is JFC?

1 Answers  


What technique is carried out to find out if a particular string is empty?

1 Answers  


What is difference between call by value and call by reference?

1 Answers  


Where can I find data structures question and answers with comprehensive working code written in Java

0 Answers   Amazon,


What is a parameter in matrices?

1 Answers  


Categories