What is the difference between Byte stream and Charecter
Stream?
Answer Posted / 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 View All Answers
What is difference between path and classpath?
How does enum work in java?
What is OOP's Terms with explanation?
What are the principle concepts of oops?
What is output buffer?
What is package private scope in java?
What is the difference between the paint() and repaint() methods in java programming?
Explain the difference between abstract class and interface in java?
What is variable explain?
Why does java not support pointers?
How to sort a collection of custom Objects in Java?
Explain about anonymous inner classes in java?
What is Gang of four design patterns
Justify your answer that you can't define a method inside another method in java, if you can then how?
What are the kinds of polymorphism?