Where the execution taking place, server or client?
Hi again,
I have a very simple rmi application. I use machine 1 as a server and machine 2 as a client.
Server is running. I call a remote method at client from the server. That method makes a simple math calculation.
My quention is. Where the calculation is taking place? At the client machine, where i call the method or at the server machine, where is the code of the method?

