Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为远程方法调用编写服务器端代码。我正在编写一个“rmiServer”类,它是服务器上的一个类。 这个类已经在扩展另一个类。 现在,我想用“unicodeRemoteObject”类扩展这个类。 但问题是java不允许多重继承,那么我该怎么做呢?
你不必扩展UnicastRemoteObject.,而是在你的构造函数中,调用UnicastRemoteObject.exportObject().效果是一样的。
UnicastRemoteObject.
UnicastRemoteObject.exportObject().