Home » JAVA Programming » Files and I/O » Question
  1. Which of these class is used to read characters and strings in Java from console?
    1. StringReader
    2. BufferedReader
    3. InputStreamReader
    4. BufferedStreamReader
    5. None of these
Correct Option: B

BufferedReader



Your comments will be displayed only after manual approval.