---
title: "What is importance of I/O streams in Java"  
description: "What is importance of I/O streams in Java"  
author: "Mark Devid"  
published: 2016-08-29  
updated: 2016-08-29  
canonical: https://www.mindstick.com/forum/34169/what-is-importance-of-i-o-streams-in-java  
category: "java"  
tags: ["java", "java i/o"]  
reading_time: 1 minute  

---

# What is importance of I/O streams in Java

Hi Guys,

I am new to [Java](https://www.mindstick.com/articles/12214/web-development-company-in-india-laid-on-the-foundation-of-concrete-java-programming) technology. Can [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) please [explain the importance](https://www.mindstick.com/forum/160291/explain-the-importance-of-proper-indexing-in-stored-procedures-for-performance-optimization) of I/O streams in Java. I would really appreciate your help\

Thanks\

\

## Replies

### Reply by zack mathews

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.


---

Original Source: https://www.mindstick.com/forum/34169/what-is-importance-of-i-o-streams-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
