Thread: What is RMI ?
View Single Post
  #2 (permalink)  
Old 04-07-2007, 06:34 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
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.
Reply With Quote