Home java RMI
Post
Cancel

java RMI

RMI(Remote Method Invocation)

The Java Remote Method Invocation (RMI) system allows an object running in one Java virtual machine to invoke methods on an object running in another Java virtual machine.

This post is licensed under CC BY 4.0 by the author.