How can we achieve IPC in JAVA?



How can we achieve IPC in JAVA?..

Answer / vrb

Inter Process Communication can be achieved by the use of network sockets. If both are java processes, RMI is the best. If unsure, one can use SOAP standard.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are namespaces in java?

0 Answers  


why the abstract class has default constructor?

2 Answers  


What is meant by design patterns?

0 Answers  


What is bom encoding?

0 Answers  


what is wrapper class and its uses?

2 Answers  


what is main difference b/w abstract class and interface

4 Answers  


What is a J2EE component? List out all the component?

2 Answers   Adobe,


i need example for java abstraction. where we use abstraction and why we need abstraction.

2 Answers   Oracle,


write a progam hashmap & hashtable?

2 Answers   IBM,


In java, how many ways you can take input from the console?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


What is difference between equals and hashcode method?

0 Answers  


Categories