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 |
what do you mean by marker interface in java?
What is the specification of ?CODEBASE? in an applet?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
What is 3-tier model?
What does sprintf return?
What is jagged array in java?
Define the term string pool?
What are the basics of core java?
How many inner classes can a class have?
what is meaning of JIT?
Difference difference paint() and paintcomponent()?
According to java operator precedence, which operator is considered to be with highest precedence?