| Author |
Polymorphism and RMI?
|
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 74
|
|
This is probably a dumb question ... Is it possible to use Polymorphism with RMI? For example: B extends A aMethod(A a) I want to call aMethod(A a) with an instance of B over RMI. Is this possible? Thanks, Hans
|
 |
Edward Harned
Ranch Hand
Joined: Sep 19, 2005
Posts: 290
|
|
|
Any call you can do locally, you can do remotely.
|
Ed's latest article: A Java Parallel Calamity http://coopsoft.com/ar/Calamity2Article.html
|
 |
 |
|
|
subject: Polymorphism and RMI?
|
|
|