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 are actual parameters?
What is java util collection?
Is main is a keyword?
Why declare Main() inside the class in java ?
Can we call thread start () twice?
Can we access instance variables within static methods ?
Explain the polymorphism principle?
What is the difference between int and integer in java?
How does remove work in java?
What are the differences between abstract class and interface?
What is member in java?
What is the r character?
What is the difference between Java1.4 and Java1.5
what are the high-level thread states? : Java thread
Why vector is used in java?