Skip to content

Commit 382a0a7

Browse files
committed
Section 23 Java IOStreams
Signed-off-by: https://github.com/Someshdiwan <someshdiwan369@gmail.com>
1 parent 8a897a1 commit 382a0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Section23JavaIOStreams/src/PipedStreamExample.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ Good for Producer-Consumer Problems: Ensures sequential data handling.
3838
6. Disadvantages
3939
Blocking Issues: If the consumer does not read fast enough, the producer might be blocked.
4040
Exception Handling Required: If not properly handled, threads may crash.
41-
Limited Buffer Size: If buffer overflows, performance issues may arise.
41+
Limited Buffer Size: If a buffer overflows, performance issues may arise.
4242

4343
This concept is widely used in multithreading scenarios where threads need to exchange data efficiently.

0 commit comments

Comments
 (0)