Difference between Reader/Writer and InputStream/Output
Stream?

Answer Posted / paletipatisrinu

These are IO streams but difference their
InputStream/OutputStreams class are byte-oriented
streams.this streams read and write in byte oriented.
InputStream/OutputStreams are never support unicode characters.

Reaer/writer class are belongs to the charecter stream
this streams read and write in character oriented Streams .
Reaer/writer are never supports unicode characters.

Is This Answer Correct ?    40 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hotjava?

563


Is namespace same as package in java?

547


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2138


What steps are taken when the OS shifts from one-thread execution to another?

908


How do you write methodology?

566






Can an unreferenced object be referenced again?

771


What are mutable classes?

527


Can we change the value of static variable?

504


What should I import for arraylist in java?

512


How does the java compiler work?

532


Describe the term diamond problem.

579


What is abstraction in java?

621


Which package is used for pattern matching with regular expressions?

648


What is meant by the value of a variable?

462


What is supplier in java?

565