Multiple choice

Byte stream are defined by using _____ class hierarchy?

  1. 4

  2. 3

  3. 2

  4. 1

  5. None of these

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

This is the correct answer. Byte stream can be defined by using two class hierarchies. These two classes are : 1.) InputStream 2.) OutputStream. So this is the correct answer.