InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes are used by Byte streams for input and output operation?(a) InputStream(b) InputOutputStream(c) Reader(d) All of the mentionedThe question was asked in an interview for internship.My question is taken from Reading Console Input Operations in division Console I/O Operations and Stream Classes of C# |
|
Answer» Right answer is (b) InputOutputStream |
|