Java remote method invocation: Difference between revisions

Content deleted Content added
Example: Spelling
CPColin (talk | contribs)
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.
נףףף
 
==Jini version==