Q24
What is the difference between character streams and byte streams in Java?
A.
Character streams are used for reading and writing binary data, while byte streams are used for text data
B.
There is no difference between character streams and byte streams
C.
Character streams are more efficient than byte streams
D.
Character streams are used for reading and writing text data, while byte streams are used for reading and writing binary data
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board