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 are the rules for variable declaration?
How can you take string into InputStream?
what is the difference between the "protected and default" modifiers?
Which class is the superclass for every class in java programming?
Can an object subclass another object?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
How do you execute a thread in java?
Which collection is best for sorting in java?
What is a boolean expression in java?
Why null value is used in string?
what is aberivation of java?
What services that container provides?