Multiple choice

Byte stream are defined by using _____ class hierarchy.

  1. four

  2. three

  3. two

  4. one

  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.) InputStream2.) OutputStreamSo this is the correct answer.