Home » JAVA Programming » Files and I/O » Question
  1. Which of these is a type of stream in Java?
    1. Short stream
    2. Long stream
    3. Integer stream
    4. Byte stream
    5. None of these
Correct Option: D

Java defines only two types of streams – Byte stream and character stream.



Your comments will be displayed only after manual approval.