🎴 Flashcard Mode
Java I/O Streams
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Into how many groups can the stream class be categorized depending upon the data on which they operate?
AnswerClick to flip back
A
2
💡 Explanation:
This is the correct answer. Streams can be used to input and output the data. They are of two types :-Byte Stream :- for handling binary data.Character Stream :- for handling data such as sequence of characters.Thus this is the correct answer.