InterviewSolution
Saved Bookmarks
| 1. |
What Are The Services In Rmi ? |
|
Answer» An RMI "SERVICE" COULD WELL be any Java METHOD that can be invoked remotely. The other service is the JRMP RMI naming service which is a lookup service. An RMI "service" could well be any Java method that can be invoked remotely. The other service is the JRMP RMI naming service which is a lookup service. |
|