Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / janet
The Reader/Writer class is character-oriented and the
InputStream/OutputStream class is byte-oriented.
| Is This Answer Correct ? | 168 Yes | 7 No |
Post New Answer View All Answers
What is natural ordering in java?
Explain java heap space and garbage collection?
What do you mean by order of precedence and associativity?
What is a lightweight component?
What is a parameter in matrices?
What is the default value of local and global variables?
Explain abstract class in java?
Why can we not override static method?
What is a jit compiler?
How objects are stored in java?
What is the difference between access specifiers and access modifiers in java?
How do you find the absolute value?
Can a method be static?
Difference between a class and an object?
What is class variable java?