Multiple Connections in Java
843790May 29 2008 — edited May 30 2008Hi,
I am currently working on a code to allow multiple connections between a server and client. I have managed to establish a single connection between the server and client using 'Socket' and 'ServerSocket' methods in Java. Could anyone give me some advice as to how I can go about opening up multiple connections between the server and client? Thank you very much.
Regards,
Sunny