🎴 Flashcard Mode

Java I/O Streams and String Handling

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The stream class can be categorized into how many groups 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.

Change Mode