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
What are void methods?
What's the difference between an abstract class and interface in java?
Is logger a singleton?
You're given a Boolean 2D matrix, can you find the number of islands?
What is a superclass?
What are scalar data types?
Explain wait(), notify() and notifyall() methods of object class ?
Can we compare two strings in java?
When do I need to use reflection feature in java?
What are the ways in which a thread can enter the waiting state?
How to use Media tracker Class.
What is the best way to findout the time/memory consuming process?
What does flag mean in java?
Explain the selection sort algorithm and state its time complexity?
How do you write a conditional statement?