The streamreader and streamwriter class are both subclasses of which class
Answers
Answered by
7
Answer:
byte stream classs...........0
Answered by
4
Answer:
The stream reader and stream writer class are both subclasses of Stream class.
A stream is a path along which the data flows. All the streams have two parts, one source, and one destination.
Stream classes are divided into two categories, byte stream, and character stream. Stream reader and stream writer are the parts of the character stream.
They can handle characters very well. It reduces the complexity of a programming language. It provides logical support to all the output operations that are identical to those classes.
Similar questions