What are the super most classes for all the streams?
Answer Posted / hr@tgksolutions.com
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 is the difference between stream and buffer?
What is bubble sort in java?
If I only change the return type, does the method become overloaded?
What is a void in java?
Can a static class have a constructor?
Is there a case when finally will not execute?
Is list ordered in java?
What is the use of runnable interface?
Tell me the Importent classes in net package?
What are format specifiers in java?
How to sort a collection of custom Objects in Java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Is array size fixed in java?
What is a literal coding?
What is use of a abstract variable?