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 is the difference between pass by reference and pass by pointer?
What kind of variables can a class consist?
What are the main uses of this keyword?
Tell me about different OOPS concepts.
Which are the two subclasses under exception class?
What is the escape character in java?
What access modifiers can be used for methods?
What is Collections API?
What is split return?
What is polymorphism java example?
What is a lock or purpose of locks in java?
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?