Reputation: 2884
I know stubs in RMI are deprecated but I would like to clear a doubt I have about them:
Suppose I have a class A
that implements RemoteObject and
a class B
wich extends A
, does a client class, on a remote machine, that wants to use a remote object of type B
need both of the stubs for A
and B
?
Upvotes: 1
Views: 59
Reputation: 310850
Upvotes: 1