What is the role of the java.rmi.Naming Class ?
3 years ago
OOP Java
The java.rmi.Naming class provides methods for storing and obtaining references to remote objects in the remote object registry. Each method of the Naming class takes as one of its arguments a name that is a String in URL format.

Surya Bikram Bhandari
Oct 31, 2021