Vidyalelo
Java Programming · Q24

Input Output

Programming · Java Programming · question 24

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board