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
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Explain working of call by reference function invoking.
What are the classes of java?
What is identifier with example?
How does multithreading take place on a computer with a single cpu?
What are methods and how are they defined?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Is null false in java?
How to sort array of 0 and 1 in java?
What happens when I use / and % with a negative numerator?
Why java is not 100% object-oriented?
What does arrays sort do in java?
Define locale.
How do you use parseint in java?
What are facelets templates?