Java remote method invocation: Difference between revisions

Content deleted Content added
No edit summary
Line 14:
 
RMI functionality comes in the package {{Javadoc:SE|package=java.rmi|java/rmi}}, while most of Sun's implementation is located in the <code>sun.rmi</code> package. Note that with Java versions before Java 5.0 developers had to compile RMI stubs in a separate compilation step using <code>'''rmic'''</code>. Version 5.0 of Java and beyond no longer require this step.
fasfasf
Nimya badhir ahe
 
==Jini version==
Line 25 ⟶ 23:
 
'''<code>RmiServer </code> class''' &mdash; listens to RMI requests and implements the interface which is used by the client to invoke remote methods.
("Team Massemari")
 
<source lang=java>
import java.rmi.Naming;