G Guest Feb 15, 2005 #1 How could I create a socket array? Such as if tSocket was a socket then, tSocket(1); tSocket(2);
G Guest Feb 15, 2005 #2 Here is the answer to my own question, Socket[] tSocket= new Socket[10]; Same as a normal array.