Java remote method invocation: Difference between revisions

Content deleted Content added
sashishekhar92@gmail.com
Tags: Visual edit adding email address
m Reverted 1 edit by 101.223.121.214 (talk) to last revision by 120.151.14.51. (TW)
Line 1:
{{one source|date=February 2012}}
[[Image: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. If you have any prob. in this article please contact us: '''sashi shekhar kumar.''']]
.E.Mail: '''''[[sashishekhar92@gmail.com]]'''''|898x898px]]
 
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), with support for direct transfer of [[Serialization#Java|serialized]] Java objects and [[Distributed Garbage Collection|distributed garbage collection]].