Java Socket Programming
Jan 23, 2023 · 10 min read · First of all, what is a Java Socket? It is simply an endpoint of communication for two machines on the network wherein we have a client and a server. So first of all let us understand what client-server architecture is. (I have started from the basic...
SNSteven and 1 more commented