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 advantage of OOP in java?
What is string [] java?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
What are different types of constants?
what is tempplate pattern
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
what is synchronization and why is it important? : Java thread
What is the difference between Stream Reader and Stream Writer?
why string constant pool in java
why would you use a synchronized block vs. Synchronized method? : Java thread
What is a method in coding?
Define iterator and methods in iterator?