What is the difference between Byte stream and Charecter
Stream?
Answer Posted / 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 |
Post New Answer View All Answers
Is alive and join method in java?
Explain constructors and types of constructors in java.
What does int argc char * argv [] mean?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
What are the Static and Dynamic Variables? Differentiate them.
What is use of valueof () in java?
Can we use return in constructor?
What is a boolean expression in java?
What is the difference between throw and throws keywords?
what is the final keyword denotes in java?
Explain throw keyword in java?
What are data structures in java?
What are the major drawbacks of external iteration?
Why are data types important?
Explain the JDB in depth & command line.