how to communicate (transfer object instance) between to java vm?

Hello, All If possible to transfer object instance straight between two java vm?
[94 byte] By [lihy70a] at [2007-11-27 5:43:57]
# 1
It is possible to copy an object instance from one java application to another. Define it as serializable, and pass it as a parameter to an RMI call.
bschauwejavaa at 2007-7-12 15:24:05 > top of Java-index,Core,Core APIs...