Answer Posted / 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 |
Post New Answer View All Answers
Explain about static imports in java?
In java how do we copy objects?
What is thread synchronization in java?
What is the byte order of byte buffer?
Explain different forms of polymorphism?
What is a ternary operator in java?
How do you sort arraylist in descending order?
How to check if a list is sorted in java?
Where is core java used?
Explain when classnotfoundexception will be raised ?
Can we inherit inner class?
What is the difference between access specifiers and access modifiers in java? 16
What is the Difference between Final Class && Abstract Class?
What is use of valueof () in java?
What are "class access modifiers" in Java?