Home » JAVA Programming » Files and I/O » Question
  1. Which of these method of InputStream is used to read integer representation of next available byte input?
    1. scanf()
    2. get()
    3. getInteger()
    4. read()
    5. None of these
Correct Option: D

read()



Your comments will be displayed only after manual approval.