What is the RMI and Socket ?
Answers
Answered by
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