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 difference between static and abstract class?
What is == mean?
What is a vector in java?
What are identifiers in java?
What is difference between adapter class and listener?
What do you mean by object?
Is static variable stored in heap?
Is arraylist sorted in java?
Can one thread block the other thread?
Explain java coding standards for methods?
How to instantiate static nested classes in java?
What is the use of parseint in java?
What do you mean Abstraction in java?
What is a module function?
What is the purpose of finalization in java programming?