What is the difference between Byte stream and Charecter
Stream?
Answers were Sorted based on User's Feedback
Answer / chandu
ByteStream CharacterStream
1.It supports to read 1.It supports to read and
and write the data in form write the data in the form
of bytes. of characters.
2.It SUPPORTS data which is 2.It supports equivalent to 2
1Byte equivalent bytes
3.Supports ASCII formats 3.Supports unicode set
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / avinash
BYTE SUPPORTS data which is
1Byte equivalent
CHAR supports equivalent to 2 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
Why char array is preferred over string for storing password?
How many bytes is 255 characters?
How do I write a self declaration?
What is integer parseint?
Explain what access modifiers can be used for methods?
What do you mean by aggregation?
Which package is used for pattern matching with regular expressions?
How does serialization work
How many characters is 2 bytes?
transaction attributes ?
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
I want to persist data of objects for later use. What is the best approach to do so?