Java remote method invocation: Difference between revisions

Content deleted Content added
Jonabbey (talk | contribs)
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