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 are namespaces in java?
why the abstract class has default constructor?
What is meant by design patterns?
What is bom encoding?
what is wrapper class and its uses?
what is main difference b/w abstract class and interface
What is a J2EE component? List out all the component?
i need example for java abstraction. where we use abstraction and why we need abstraction.
write a progam hashmap & hashtable?
In java, how many ways you can take input from the console?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is difference between equals and hashcode method?