InterviewSolution
Saved Bookmarks
| 1. |
Explain The Difference Between Reader/writer Class Hierarchy And The Inputstream/outputstream Class Hierarchy In Java Programming? |
|
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. |
|