Posts by Valney Faria • 11 points
1 post
-
1
votes0
answers73
viewsQ: Methods call using RMI in JAVA
I’m starting to work with remote procedures in JAVA and I’m having trouble calling methods in sequence. In the code below, when I invoke the sayHello() method through the stub, the code works…