Java remote method invocation: Difference between revisions

Content deleted Content added
Dinamik-bot (talk | contribs)
m r2.6.2) (Robot: Adding ms:Java RMI
m svg image
Line 1:
{{one source|date=February 2012}}
[[Image:RMI-Stubs-Skeletons.JPGsvg|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 '''Java Remote Method Invocation''' [[Application Programming Interface]] (API), or '''Java RMI''', is a [[Java (programming language)|Java]] API that performs the object-oriented equivalent of [[remote procedure call]]s (RPC).