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 |
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is the purpose of the file class in java programming?
what is connection pooling with example?
What are static methods?
How many digits can a float hold?
Explain about join() method?
what is default constructor and parameterised constructor with example?
What do you understand by an io stream?
Difference between arraylist and hashset in java?
What function extracts specified characters from a string?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is math floor in java?