What are stud and skeleton in RMI and what are there task in a distributed application

Questions by questioninterest

Showing Answers 1 - 1 of 1 Answers

Stub: It is a local representation of remote object. They are provided to the client the moment client lookup for a remote object. It participate in the serialisation at the time of making call to the server or to the remote object and participate in deserialisation before sending the response to the client.

Skeleton: It wxists at the server side. It invokes the method on the remote object. it participates in deserialisation at the time of making the method call on the remote object and participates in serialisation while sending the response back to the client.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions