What are the super most classes for all the streams?
Answer Posted / nashiinformaticssolutions
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 difference between a scrollbar and a scrollpane?
what is the final keyword denotes in java?
What are the pillars of java?
When is the finalize() called?
List some important features of java 10 release?
What does percent mean in java?
What do you understand by java?
Which class cannot be a subclass in java?
What is entry set in java?
What is the parse method in java?
Why inputstreamreader is used in java?
How transient variable is different from volatile variable?
Print Vertical traversal of a Binary Tree.
Explain about static imports in java?
what is deadlock? : Java thread