Compares the host components of two URLs. @param h1 the URL of the first host to compare @param h2 the URL of the second host to compare @return true if and only if they are equal, false otherwise. @exception UnknownHostException If an unknown host is found.
(String h1, String h2)