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
What do you understand by weak reference?
Explain the importance of throws keyword in java?
What is basic syntax?
What is the difference between serial and throughput garbage collector?
What is boolean example?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is backdrop?
What is a conditional statement explain with example?
What is a buffer in java?
v-model life cycle
Does treeset use compareto?
Is zero a positive integer?
How to find the index of the largest number in an arraylist java?
Is 0 true or is 1 true?
What is the abstraction?