In Java can a remote object also be a client?
So a client may call a remote object and the definition of that tat object through it's interface is a remote object, but can it also be a client of another remote object?
And if yes, does anything special need to be done to make a remote object a client
Thanks!