What are the super most classes for all the streams?
Answer Posted / glibwaresoftsolutions
ByteStream classes and CharacterStream classes are the two categories into which all stream classes can be separated. InputStream and OutputStream classes are subdivided from the ByteStream classes. Additionally, CharacterStream classes are separated into Writer and Reader classes. Java.io.InputStream is the SuperMost class for all input stream classes, while java.io.OutPutStream is the SuperMost class for all output stream classes. Java.io is also the super-most class among all the reader classes.Reader, and java.io.Writer for all writer classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we sort list in java?
What is java abstraction with example?
Write a factorial program using recursion in java?
What is the difference between an array and an array list?
What is difference between path and classpath variables?
What is an image buffer?
What is java in layman terms?
What does regex mean?
How to make a read-only class in java?
In how many ways we can create threads in java?
What is final, finally, finalize?
Is c better than java?
What is a singleton class in Java?
Explain java heap space and garbage collection?
What are kinds of processors?