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 does the string method compareto () do?
How would you dynamically allocate memory to an array?
What happens if we override private method?
Explain the difference between an Interface and an Abstract class?
what is heap memory?
Why do people says “java is robust”?
What is the intersection and union methods?
Can we sort hashmap in java?
What is args length in java?
What is the use of object and class classes?
What is the final method?
Why to use nested classes in java?
What is the use of static class?
How does arrays sort work in java?
What is the point of polymorphism java?