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 is the method overriding?
How do you print array in java?
How can I become a good programmer?
What is an abstract method in java programming?
What are the ways in which a thread can enter the waiting state?
Is there is any difference between a scrollbar and a scrollpane?
Which package is always imported by default?
What is sortedset in java?
What is a singleton class? Give a practical example of its usage.
Is string is a data type?
State the difference between strings and arrays.
what is heap memory?
What is data movement?
What does serializing data mean?
What are some alternatives to inheritance?