Tuesday 20 May 2014

Give a brief description of RMI

  • Remote method innovation  allows a java object to be executed on another machine.
  • It helps in building distributed applications  
  • RMI uses object serialization to marshal and unmarshal objects
  • RMI mechanism is basically a object oriented RPC mechanism
  • To deal with client communication Code skeleton is used at skeleton end

No comments:

Post a Comment