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 are java threads?
Can you sort a string in java?
Can java hashmap have duplicate keys?
why doesn't java run on all platforms?
What is a line break?
What is an 8 bit word?
How do you declare an array that will hold more than 64KB of data?
Can a static method be final?
How dead lock situation occurs in java and how you can identify it?
What are green threads in java?
What is indexof in java?
What is general methodology?
Difference difference paint() and paintcomponent()?
How do you remove spaces in java?
What is the final keyword in java?