Hi,
I have a Client-server application with server built on JDK 1.6. The Client Applet launches with JRE and RMI connectivity to server.
At present we are planning to upgrade the server built with JDK 1.8 on HP-UX.
From Oracle documentation it find that RMI functionalities are being deprecated on Java 8 and removed in Java 9.
Just wondering is it going to effect my application too? Whether RMI feature would be deprecated/removed?
Regards
Nibedita