InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is used to read and write bytes in a file?(a) FileReader(b) FileWriter(c) FileInputStream(d) InputStreamReaderI had been asked this question during an interview for a job.This question is from Byte Stream topic in division Console I/O Operations and Stream Classes of C# |
|
Answer» CORRECT CHOICE is (C) FileInputStream Explanation: NONE. |
|