Content deleted Content added
m Task 18 (cosmetic): eval 5 templates: del empty params (4×); hyphenate params (5×); |
No edit summary Tags: Reverted section blanking Mobile edit Mobile web edit |
||
Line 13:
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.
==Example==
|