What is the advantage of using buffered I/O streams over unbuffered I/O streams?
Buffered I/O streams provide better performance by reducing the number of read and write operations
Buffered I/O streams are slower than unbuffered I/O streams
Buffered I/O streams are used for reading binary data
Buffered I/O streams can only be used for reading files
This question is part of this quiz :
Java Quiz Day 54