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 interface in java? Explain
What is sortedmap in java?
What is a ternary operator in java?
Why do we use bufferedreader?
whatis Home interface and Remoteinterface? with example?
what is difference betweem home interface and remote interface?
How to change value in arraylist java?
Write a program to find the greatest of three numbers in java?
What is parsing a string?
What is the public field modifier?
What variables are stored in stack?
What is the purpose of garbage collection in java? When is it used?