Learn Java RMI 정보
RMI stands for Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM. RMI is used to build distributed applications; it provides remote communication between Java programs. It is provided in the package java.rmi.
This Learn Java RMI has been prepared for beginners to make them understand the basics of Remote Method Invocation in Java.
추가 앱 정보
최신 버전 1.0의 새로운 기능
Last updated on Apr 11, 2018
이 버전에는 사소한 버그 수정과 전반적인 개선 사항이 포함되어 있습니다. 최상의 환경을 위해 최신 버전으로 업데이트하세요.









