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 |
Is arraylist sorted in java?
What is complexity in java?
What is Java Package and which package is imported by default?
What are inbuilt functions in java?
What is the significance of listiterator?
What is the argument type of main() method?
what is enumset?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
What are functions in java?
What is an eror in java?
Give few examples of final classes defined in Java API?
If set accepts only one argument then how can it compare two objects to avoid duplicates