What are MalformedURLException and UnknownHost Exceptions
and whey they will be thrown?
Answers were Sorted based on User's Feedback
Answer / serhiy
malformed and unknowhost exceptions occures in case you
indicated wrong ULR or the host is down(can also occur if
DNS is down)
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the limitations for static method?
Explain about anonymous inner classes in java?
why String class is immutable.
Does constructor return any value?
Why java is considered as platform independent?
What is the difference between notify and notifyall method?
Which java ide is used the most?
What is the purpose of void class?
How do you convert bytes to character in java?
class A{ class B{ } } in which name u save the file,its the program compile?
what do you understand by synchronization? : Java thread
What is callablestatement? How you can call stored procedure to pass in parameter?