Content deleted Content added
Mentioned object serialization and distributed garbage collection |
|||
Line 123:
Before running this example, we need to make a 'stub' file of the interface we used. For this task we have the RMI compiller - 'rmic'
*Note: we make a stub file from the '*.class' file with the implementation of the remote interface, not from the '*.java' file.
<source lang=dos>
rmic RmiServer
|