Which of these classes is used to read and write bytes in a file?
(a) FileReader
(b) FileWriter
(c) FileInputStream
(d) InputStreamReader
I 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#