What is the difference between Byte stream and Charecter
Stream?

Answers were Sorted based on User's Feedback



What is the difference between Byte stream and Charecter Stream?..

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

What is the difference between Byte stream and Charecter Stream?..

Answer / avinash

BYTE SUPPORTS data which is
1Byte equivalent

CHAR supports equivalent to 2 bytes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a deadlock ?

5 Answers  


What is port number in java?

0 Answers  


What is meant by Java interpreter?

4 Answers  


What is Java Annotations?

0 Answers  


write java code to print second max number in the array

12 Answers   Huawei, IBAB,






What is a dynamic array java?

0 Answers  


Difference between String and StringBuffer.

3 Answers   GE, IBM,


Why multiple inheritance is not supported by java?

0 Answers  


What is difference between compatible and incompatible changes in serialization?

1 Answers   Synechron,


Is 0 a prime number?

0 Answers  


What are byte codes?

0 Answers  


Explain method overloading and overriding?

6 Answers  


Categories