- Mastering Java 11
- Dr. Edward Lavieri
- 63字
- 2021-08-13 15:43:29
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