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 客户端/服务器实现的情况下通过 java 中的套接字调用远程方法并获取方法的返回值?
当然,如果您设计协议和基础架构来编组/解组调用、参数和返回值。一切皆有可能,唯一的问题是你想要做多少工作来改造现有的轮子。