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 the purpose of javac exe?
Which is faster call by value or call by reference?
What are the new features in java 8? Explain
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
is memory to the abstract class allocated ..or objects not instantiated
How can you share data between two thread in Java?
Why is java not 100% pure oops?
What are the differences between string, stringbuffer and stringbuilder?
What is the buffer limit?
What are unchecked exceptions in java?
What is the basic concept of java?
Can we declare register variable as global?