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 |
Can we create our own daemon thread?
What are the advantages of java?
Why do we need variables?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
What all methods are used to prevent thread execution ?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
What is the default modifier in Interface?
What are the differences between graph and tree?
What is OOP?
What are the two categories of data types in the java programming language?
Why is it called a string?