The Remote InterfaceThe Naming Classpublic static String[ ] list(String url) throws RemoteException, MalformedURLExceptionpublic static Remote lookup(String url) throws RemoteException, NotBoundException, AccessException, MalformedURLExceptionpublic static void bind(String url, Remote object) throws RemoteException, AlreadyBoundException, MalformedURLException, AccessExceptionpublic static void unbind(String url) throws RemoteException, NotBoundException, AlreadyBoundException, MalformedURLException, AccessException // Java 1.2public static void rebind(String url, Remote object) throws RemoteException, AccessException, MalformedURLExceptionThe RMISecurityManager Classpublic RMISecurityManager( )public Object getSecurityContext( )Checking operationsRemote Exceptions