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

Can a lock be acquired on a class in java programming?

0 Answers  


Can we have try without catch block?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


what is anonymous class in java?

0 Answers  


What is the right data type to represent a price in java?

0 Answers  






How to optimize the javac output?

0 Answers  


How do you find the absolute value?

0 Answers  


what is bytecode? watz the difference between machine code and bytecode?

9 Answers   Oracle,


What is difference between path and classpath variables?

0 Answers  


What are the differences between this and super keyword?

0 Answers  


Can I overload to string method

0 Answers   UHG,


Why method overriding is used?

0 Answers  


Categories