Home » JAVA Programming » Interfaces » Question
  1. Does close() implicitly flush() the stream.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

close() closes the stream but it flushes it first.



Your comments will be displayed only after manual approval.