🎴 Flashcard Mode
Java I/O Streams
Card1 / 15
Mastered0
Review0
QuestionClick to flip
The stream class can be categorised into how many groups depending upon the data on which they operate?
AnswerClick to flip back
A
2
💡 Explanation:
This is the correct answer. They are of two types:
(i) Byte Stream for handling binary data.
(ii) Character Stream for handling data such as sequence of characters.