Business Studies, asked by gomesajay4983, 11 months ago

What is RMI Registry.

Answers

Answered by sam3255
0

A remote object registry is a bootstrap naming service that is used by RMI servers on the same host to bind remote objects to names. ... The methods of the java.rmi.registry.LocateRegistry class are used to get a registry operating on the local host or local host and port.

Answered by afrougamer
0

Answer: Java's Remote Method Invocation (RMI) Registry is essentially a directory service. A remote object registry is a bootstrap naming service that is used by RMI servers on the same host to bind remote objects to names.

Similar questions