Home » JAVA Programming » Files and I/O » Question
  1. Which of these class is used to read and write bytes in a file?
    1. FileWriter
    2. InputStreamReader
    3. FileReader
    4. FileInputStream
    5. None of these
Correct Option: D

FileInputStream



Your comments will be displayed only after manual approval.