I have a problem that my class is Serveralready extending another class. How to use UniCastRemoteObject?
Server
UniCastRemoteObject
Just call UnicastRemoteObject.exportObject(). This will export the object, just like calling super () if your class is extended UnicastRemoteObject.
UnicastRemoteObject.exportObject()
UnicastRemoteObject