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
How would you dynamically allocate memory to an array?
What are the types of relation?
What is the use of private static?
Can we have 2 main methods in java class?
What are the high-level thread states in java programming?
Explain the private protected method modifier?
What is the applet security manager, and what does it provide?
How does linkedlist work in java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Explain about static nested classes in java?
Which of the following is not an isolation level in the JDBC
List types of storage classes in java?
What is reflexive association?
Can list contain null in java?
What invokes a thread's run() method in java programming?