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
Is java call by value?
What is a Presistent Object?
What is a void method java?
What is the purpose of the System class?
Is class is a data type?
Explain working of call by reference function invoking.
Which one of the following suits the description of a string better: derived or primitive?
When do we use hashset over treeset?
Can a class be protected in java?
can rmi and corba based applications interact ?
Is sizeof a keyword in java programming?
What do you understand by a Static Variable?
Write a java program to check if a number is prime or not?
What is jvm? Why is java called the platform independent programming language?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?