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
What does this mean java?
Why we override equals() method?
How is hashset defined in java?
What is difference between static class and singleton pattern?
how we can make a read-only class in java?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What are peerless components?
Does collectionutils isempty check for null?
What is void data type?
What are recursive functions? Give some examples?
Is string thread safe in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Does substring start with 0?
What are white spaces in java?
What is a final class in java?