Computer Science, asked by kondurusrikantp77wnd, 1 year ago

What is the RMI and Socket ?

Answers

Answered by SMalik
1
Socket programming - you have to handle exactly whichsockets are being used, you specify TCP or UDP, you handle all the formatting of messages travelling between client and server. ... RMI is built on top of sockets, It translates method calls and return values and sends those through sockets.
Similar questions