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
Is null a string or object in java?
What is assembly condition codes?
What are examples of modifiers?
Can java object be locked down for exclusive use by a given thread?
What is the use of toarray () in java?
What is an abstract method in java programming?
Can a method inside a interface be declared as final?
How many bits is a string?
How many characters is 2 bytes?
What does jre stand for?
How do you compare objects in java?
What is procedure overloading?
Does isempty check for null?
What is the unit of plancks constant?
What is string in java is it a data type?