Kizspy | Question: 49
(Choose 1 answer)
Which of the following statements about the low-level stream and the high-level stream is true?
A. The low-level stream's data unit is a byte, high-level stream's data unit is a primitive type.
B. The low-level stream's data unit is character UTF-8, high-level stream's data unit is character UNICODE.
C. The low-level stream's data unit is a character type, high-level stream's data unit is an object type.
D. The low-level stream's data unit is primitive, high-level stream's data unit is character.