When to use a CharacterStream or a ByteStream

Showing Answers 1 - 4 of 4 Answers

ajaykjha

  • Oct 16th, 2006
 

In general, we should use the character stream classes when working with characters or strings, and use the byte stream classes when working with bytes or other binary objects.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions