// End of for loop
}
/ End of try
catch(IOException e ) System.err.println(e);
// Always be sure to close the socket
finally
{
try if(s != null) s.close();
catch(IOException e2);
}
}
// End of main
} // End of Client
文章来源于领测软件测试网 https://www.ltesting.net/