InterviewSolution
Saved Bookmarks
| 1. |
Which of these exceptions is thrown by the URL class’s constructors?(a) URLNotFound(b) URLSourceNotFound(c) MalformedURLException(d) URLNotFoundExceptionI had been asked this question in a job interview.My question comes from UrI Class topic in section Namespaces, Preprocessors and Networking of C# |
|
Answer» Correct ANSWER is (C) MalformedURLException |
|