Home » JAVA Programming » Files and I/O » Question
  1. Which of these method of FileReader class is used to read characters from a file?
    1. get()
    2. scanf()
    3. getInteger()
    4. read()
    5. None of these
Correct Option: D

read()



Your comments will be displayed only after manual approval.