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 about static imports in java?
What is lazy initialization in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is an image buffer?
What is dynamic binding(late binding)?
How to find the given number is a prime number or not by getting input from the user
What is pre increment and post increment in java?
What is supplier in java?
Can we have 2 main methods in java class?
What is space character in java?
Can you explain the final method modifier?
What is the use of using enum to declare a constant?
What do heavy weight components mean in java programming?
What are java annotations?
Explain runtime exceptions?