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
Can finally block be used without a catch?
What are the differences between abstract class and interface?
how come we know the object is no more used in the class?
What is nullpointerexception in java?
What is anagram in java?
Are primitives objects?
What 4 doubled?
Can we declare a constructor as final?
Explain about the performance aspects of core java?
What is meant by anonymous class?
How can we break singleton in java?
Can we able to pass objects as an arguments in java?
What is the use of System class?
What are the differences between stringbuffer and stringbuilder?
Can we pass null as argument in java?