the significance of java RMI please? [closed]
You really should not be using RMI for any application you build today, basically for the reasons you just laid out. In some cases (diving into legacy or “enterprise” applications) you just have no choice. However, if you are starting a new project, other options are: REST + JSON over HTTP The de-facto standard for … Read more