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


Please Help Members By Posting Answers For Below Questions

What are different exception types exceptions available in java ?

484


Why are pointers not secure?

541


What is the use of set in java?

614


What does indexof return in java?

540


What are the two parts of a conditional statement?

518






What is nextline method in java?

568


Is java 11 paid version?

514


What is hashmap and map?

562


Difference between method overloading and overriding.

583


Which data type is class in java?

555


Will set allow duplicates in java?

506


What are the main features of java?

533


What is finally and finalize in java?

598


What is array length?

509


How we can skip finally block of exception even if some exception occurs in the exception block in java?

528