Create a server socket on the specified port (port 0 indicates an anonymous port).
@param port the port number
@return the server socket on the specified port
@exception IOException if an I/O error occurs during server socketcreation
@since JDK1.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.