Java remote method invocation: Difference between revisions

Content deleted Content added
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 underyingunderlying the original Sun implementation, come from the 'network objects' feature of [[Modula-3]].
 
==Generalized code==