InterviewSolution
Saved Bookmarks
| 1. |
Which exception handler can be used when character encoding is not supported?(a) UnsupportedException(b) UnsupportedEncodingException(c) SupportException(d) EncodingExceptionThis question was posed to me in an online quiz.My question is from IO Class topic in section Inbuilt Classes of Object Oriented Programming |
|
Answer» Correct ANSWER is (B) UnsupportedEncodingException |
|