How to use ServerSocket(int port, int backlog, InetAddress bindAddr)

Hi all,For what we using bindAddr in this constructor, is it possible to give any IP for that argument (i know we can't), what are all the possible IP's we can give if our PC in a workgroup.One more thing when we need this type of constructor.Thanks in
[297 byte] By [a.riyaza] at [2007-11-26 12:34:02]
# 1
You would use this constructor with a non-null value for the IP argument when your server runs in a multi-homed host and you only want it to listen at one of the host's IP addresses.The IP address can only be an IP address of a network interface local to the server host.
ejpa at 2007-7-7 15:49:01 > top of Java-index,Core,Core APIs...