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
Is there any difference between synchronized methods and synchronized statements?
What are parsers? Dom vs sax parser.
What is loop in java?
Is there any difference between nested classes and inner classes?
If a variable is declared as private, where may the variable be accessed?
Can you pass by reference in java?
What is type inference in java8?
What is the meaning of nullable?
What is implicit object in java?
What are different types of constants?
Does a function need a return?
What is the purpose of methodology?
What is meant by data hiding/encapsulation?
How are destructors defined in java?
What is the association?