Multiple choice

Which of the following stream classes is an implementation of the output stream that uses a byte array as its destination?

  1. FileOutputStream

  2. ByteArrayInputStream

  3. ByteArrayOutputStream

  4. FilteredByteStreams

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This stream class is an implementation of an output stream that uses a byte array as its destination.