Multiple choice

Which of the following stream classes in ByteStream is a combination of two or more input streams that will be read sequentially?

  1. PrintStream

  2. RandomAccessFile

  3. SequenceInputStream

  4. InputStreamReader

  5. OutputStream

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

This stream class in ByteStream is a combination of two or more input streams that will be read sequentially.