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 overloading and overriding in java?
What is not thread safe?
Is minecraft 1.15 out?
What programs use java?
Can substring create new object?
What are the important features of Java 10 release?
What are thread local variables?
How do I write a self declaration?
What is the maximum length of a url?
What are the 3 types of loops in java?
What is java and its types?
What is gc()?
Can a final variable be initialized in constructor?
Can we convert integer to string in java?
Explain oops concepts in detail?