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?

[404 byte] By [Lakiscya] at [2007-11-26 17:37:01]
# 1
If the object was properly exported, the execution takes place at the server.
_dnoyeBa at 2007-7-9 0:05:09 > top of Java-index,Core,Core APIs...
# 2
Yes, i believe. Thank you
Lakiscya at 2007-7-9 0:05:09 > top of Java-index,Core,Core APIs...