What is the purpose of using RMISecurityManager in RMI ?

3 years ago
OOP Java

RMISecurityManager provides a security manager that can be used by RMI applications, which use downloaded code. The class loader of RMI will not download any classes from remote locations, if the security manager has not been set.

More related questions

Questions Bank

View all Questions