InterviewSolution
Saved Bookmarks
| 1. |
Which of these stream contains the classes which can work on character stream?(a) InputStream(b) OutputStream(c) Character Stream(d) All of the mentionedI had been asked this question in a national level competition.My question comes from Java.io Character Streams topic in division Exploring java.lang & java.io of Java |
|
Answer» The correct answer is (C) CHARACTER Stream |
|