Java Networking - Sockets and RMI Question:

When MalformedURLException and UnknownHostException throws?

Answer:

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.

Download Java Networking - Sockets and RMI PDF Read All 10 Java Networking - Sockets and RMI Questions
Previous QuestionNext Question
What are the two important TCP Socket classes?What does RMI stand for?