This is the line which is showing error. i am using netbeans ide for coding
localIterator2 = Collections.list(inetAddresses).iterator();
continue;
InetAddress inetAddress = (InetAddress)localIterator2.next();
The ERROR IS UNREACHABLE Statement The Assigned Value is never used Please help ... please correct this line of code :/