BufferedOutputStream is used as an internal buffer - Core Java
Q. Which is used as an internal buffer and adds more efficiency than to write data directly into a stream. So, as to makes the performance fast?- Published on 10 Jul 15a. BufferedOutputStream
b. ByteArrayOutputStream
c. BufferedInputStream
d. ByteArrayInputStream
ANSWER: BufferedOutputStream