1.

Which of these classes are used by character streams for input and output operations?(a) InputStream(b) Writer(c) ReadStream(d) InputOutputStreamI have been asked this question by my school teacher while I was bunking the class.Question is from Input & Output Basics in chapter I/O & Applets of Java

Answer»

The correct choice is (b) WRITER

For explanation: Character STREAMS uses Writer and Reader CLASSES for input & output operations.



Discussion

No Comment Found

Related InterviewSolutions