Content deleted Content added
added Category:Articles with example Java code using HotCat |
mNo edit summary |
||
Line 8:
Usage of the term '''RMI''' may denote solely the programming interface or may signify both the API and [[JRMP]], [[IIOP]], or another implementation, whereas the term [[RMI-IIOP]] (read: RMI over [[IIOP]]) specifically denotes the RMI interface delegating most of the functionality to the supporting [[CORBA]] implementation.
The basic idea of Java RMI, the distributed garbage-collection (DGC) protocol, and much of the architecture
==Generalized code==
|