Interview Questions

When MalformedURLException and UnknownHostException throws?

Networking Programming Interview Questions and Answers


(Continued from previous question...)

9. When MalformedURLException and UnknownHostException throws?

When the specified URL is not connected then the URL throw MalformedURLException and If InetAddress? methods getByName and getLocalHost are unable to resolve the host name they throw an UnknownHostException.

(Continued on next question...)

Other Interview Questions