This section explains you about RMI. You will RMI through many articles and tutorials. Example program of developing RMI application is also given.
This section explains you about RMI. You will RMI through many articles and tutorials. Example program of developing RMI application is also given.In this section there are many tutorials on RMI, these tutorials will explain you how to make programs using RMI. RMI stands for Remote Method Invocation and is Java technology for remotely accessing the methods of a interface. RMI is very promising technology from Java. It is used for accessing the business methods remotely.
RMI handles all the low level methods of network communications and authentication. It allows the developers to quickly develop applications that can access the remote methods.
Here are the tutorials of RMI
Ads