|
RMI (Remote Method Invocation) is a higher level API compared to socket programming. It allows calling methods on remote machines. It handles low level errors and transfer details (serialization/deserialization of method parameters) if you follow its rules.
Last edited by levent : 04-07-2007 at 06:47 PM.
|