Output Stream corresponding to the Sequence Input Stream
-
Sequence Output Stream
-
Print Stream
-
None of the above
-
1 and 2
C,D
Correct answer
Explanation
There is no direct 'SequenceOutputStream' class in Java that corresponds to SequenceInputStream. SequenceInputStream reads sequentially from multiple input streams, but there's no symmetric output stream class. PrintStream is a different concept (wraps an OutputStream with print methods). Therefore 'None of the above' is correct, but this is a poorly formed MC-2 question with only one correct answer.