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 |
What is the reflection?
can write code for serialization ?
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
What are the two major components of JDBC?
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
What is the maximum size of list in java?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What are the legal operands of the instanceof operator?
Is java ee a framework?
Why are variables important in research?
What are the three parts of a lambda expression?
Is there any use of an abstract class which has no methods and no attributes?