Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How do you sort data in java?

902


What is difference between add() and addelement() in vector?

1483


Write a program to check string is palindrome without using loop?

980


Why do we need hashset in java?

988


Does java list allow null?

921


How to create an immutable class?

1035


Explain the scope or life time of class variables or static variables?

926


Which class cannot be a subclass in java?

953


What do you mean by thread safe?

925


What is meant by method?

1012


What are disadvantages of java?

958


Can a constructor have different name than a class name in java?

1083


When do we use synchronized blocks and advantages of using synchronized blocks?

1174


What is the difference between an object-oriented programming language and object-based programming language?

944


Program to Find the second largest element in an array.

1109