Java IO Stream API is used to read and write data to and from the file. Most of applications need to process some input and produce some output on file or over a network.
Java IO Stream belongs to java.io; package.
Java IO package is usually focused on input and output to files, network streams, internal memory, buffers etc.
In Java Streams can handle all kinds of data ,from primitive values to objects.
Java IO strams are of two types i.e.
2) Character
Note : Java also provide buffer and channel based IO ,which is defined in java.nio; package.
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.


No comments:
Post a Comment