Am willing to initialize an array of InetAddress in the class declaration....
As Expected the following code gives a an unhandled UnknownHostException, however, i cannot surround it with try/catch as its in the class declaration...Where am i goofing up...?!
Can I not by anyway initialize the InetAddress array in the class declaration portion...