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.
我正在努力理解 RMI 如何在本地不存在类文件的地方下载对象时定位类?
RMI 可以通信对象和它们的类。
如果某个类在本地代码库中不可用,则可以从 URL 下载它,并由特殊的类加载器加载。
有关RMI 代码下载,请参阅本教程。