Java
performs I/O throughStreams. A Stream is linked to a physical layer by java I/O system
to make input and output operation in java. In general, a stream means
continuous flow of data. Streams are clean way to deal with input/output
without having every part of your code understand the physical.
Liked By
Write Answer
What is importance of I/O streams in Java
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy
Join MindStick Community
You have need login or register for voting of answers or question.
zack mathews
29-Aug-2016Java performs I/O through Streams. A Stream is linked to a physical layer by java I/O system to make input and output operation in java. In general, a stream means continuous flow of data. Streams are clean way to deal with input/output without having every part of your code understand the physical.