sockets programing
sockets programing
What is the difference between RMI and Socket programming?
RMI: remote method invocation. Strictly JAVA stuff.
outrside of java, known as RPC remote procedure call.
Sockets is just a way to send data on a port to a different host, DATA not METHOD. it’s up to you then to define your own protocol.
DKS3 : Socket Programing
Categories: Programming