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

Easiest explanation: InputStream & OutputStream classes under byte stream they are not streams. Character Stream CONTAINS all the classes which can WORK with Unicode.



Discussion

No Comment Found

Related InterviewSolutions