InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between The Reader/writer Class Hierarchy And The Inputstream/outputstream Class Hierarchy? |
|
Answer» The Reader/Writer CLASS HIERARCHY is character-oriented and the InputStream/OutputStream class hierarchy is byte-oriented. The Reader/Writer class hierarchy is character-oriented and the InputStream/OutputStream class hierarchy is byte-oriented. |
|