What is the RMI and Socket

Showing Answers 1 - 1 of 1 Answers

Kiran

  • Jan 2nd, 2006
 

RMI: Remote method invocaton, which allows an object on a client to invoke a method of an object on the server. This method will be executed on the server itself and result will be sent back to the client. RMI is used for distributed applications.

Socket: Sockets provides communication between client and a server.

  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