Computer Science, asked by bikram1010, 6 hours ago

1. What is use of Buffered streams in Java?
2. Give the commands for simple outputs in Java.​

Answers

Answered by oODivineGirlOo
2

Answer:

1. Java BufferedOutputStream class is used for buffering an output stream. It internally uses buffer to store data. It adds more efficiency than to write data directly into a stream. So, it makes the performance fast.

Similar questions