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 is parameters example?

0 Answers  


What is update method called?

0 Answers  


What is difference overloading and overriding?

0 Answers   Cyient,


Can we increase array size dynamically in java?

0 Answers  


What is the best definition for data?

0 Answers  


Can you explain the Java thread lifecycle?

1 Answers  


What are the limitations of procedural programming approach?

0 Answers   Amdocs,


What is a method ?

6 Answers  


Is null a value?

0 Answers  


What is the difference between length and size in java?

0 Answers  


Why wait and notify methods are declared in object class?

0 Answers  


What are the important features of Java 9 release?

0 Answers  


Categories