posted 22 years ago
Hi ,
I would say one-to-one. In your client program Naming.lookup, looks for the specific object registered in the rmiregistry. Then client asks for the "stub" class. Once it gets the stub class, it can invoke remote methods.
Praveen.