I am trying to test a list of ip addresses in a local network. Currently the way I do it is by passing each ip through the following method:


public static void testURL(String strUrl) throws...