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 state is a thread in when it is executing?
Diff between Comparator and Comparable?
What’s the difference between constructors and other methods?
What is the major drawback of internal iteration over external iteration?
What is a map in java?
What is variable and its types?
Describe 2 different ways to concatenate two strings.
Why are the destructors for base class and derived class called in reverse order when the program exits
Can you make a constructor final in Java?
0 Answers SwanSoft Technologies,
What is instance means in java?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
Why do we need singleton class?