- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 62字
- 2025-04-04 17:08:34
RMI
RMI tools are Remote Method Invocation tools. They help developers create applications that operate over a network to include the internet:
- rmic: This tool can generate stubs and skeletons for objects over a network
- rmiregistry: This is a registry service for remote objects
- rmid: This tool is an activation system daemon for RMI
- serialver: This tool returns the class serialVersionUID value