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
explain different ways of using thread? : Java thread
Can a private method be declared as static?
Can a class be protected in java?
How do I find and replace in word?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
How do you sing an Applet ?
Can we create an object of static class in java?
What is fail first in java?
Can an object subclass another object?
What is linked hashmap and its features?
What is object class in java?
What do you understand by casting in java language?
Difference between notify() method and notifyall() method in java?
What is 32 bit float?
Is the empty set a singleton?