i\'m preparing for an exam and I\'m having a question that I hope someone here could answer me.
It\'s about RMI and remote objects. I wonder why there is so much differe
You can call the UnicastRemoteObject.exportObject() instead of extending the UnicastRemoteObject in a scenario where you need to extend any other class. Overall effect is the same I think.
UnicastRemoteObject.exportObject()
UnicastRemoteObject
See this