Content deleted Content added
Convert the numbered list to a paragraph in the introductory section. |
|||
Line 1:
[[File:RMI-Stubs-Skeletons.svg|thumb|right|400px|A typical implementation model of Java-RMI using [[Class stub|stub]] and [[Class skeleton|skeleton]] objects. Java 2 SDK, Standard Edition, v1.2 removed the need for a skeleton.]]
The original implementation depends on [[Java Virtual Machine]] (JVM) class
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 underlying the original Sun implementation, come from the
==Generalized code==
|