We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4395d33 commit f0e4b68Copy full SHA for f0e4b68
Section23JavaIOStreams/src/PipedStreamExample.txt
@@ -10,7 +10,7 @@ PipedOutputStream: This is used by the producer thread to write data.
10
PipedInputStream: This is used by the consumer thread to read data.
11
These two streams must be connected before data transfer can occur.
12
13
-3. How it Works?
+3. How does it Work?
14
The producer writes data into PipedOutputStream.
15
The consumer reads data from PipedInputStream.
16
The two streams work together like a pipe, transferring data from one thread to another.
0 commit comments