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 |
What is parameters example?
What is update method called?
What is difference overloading and overriding?
Can we increase array size dynamically in java?
What is the best definition for data?
Can you explain the Java thread lifecycle?
What are the limitations of procedural programming approach?
What is a method ?
Is null a value?
What is the difference between length and size in java?
Why wait and notify methods are declared in object class?
What are the important features of Java 9 release?