* @(#)ping.java 1.2 01/12/13 * connect to each of a list of hosts and measure the time required to complete * the connection. this example uses a selector and two additional threads in * order to demonstrate non-blocking connects and the multithreaded use of a * selector.