+1 vote
in JAVA by (30.7k points)
What are the super most classes for all the streams?

1 Answer

0 votes
by (30.7k points)

All the stream classes can be divided into two types of classes that are ByteStream classes and CharacterStream Classes. The ByteStream classes are further divided into InputStream classes and OutputStream classes. CharacterStream classes are also divided into Reader classes and Writer classes. The SuperMost classes for all the InputStream classes is java.io.InputStream and for all the output stream classes is java.io.OutPutStream. Similarly, for all the reader classes, the super-most class is java.io.Reader, and for all the writer classes, it is java.io.Writer.

Click here to read more about JAVA
Click here to read more about Insurance

Related questions

+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma (23.1k points)
0 votes
asked May 5, 2021 in JAVA by SakshiSharma (30.7k points)
+1 vote
asked May 6, 2021 in JAVA by SakshiSharma (30.7k points)
...