Home » JAVA Programming » Files and I/O » Question
  1. Which of these data type is returned by every method of OutputStream?
    1. string
    2. byte
    3. int
    4. float
    5. None of these
Correct Option: E

Every method of OutputStream returns void and throws an IOExeption in case of errors.



Your comments will be displayed only after manual approval.