Java I/O Practice Test-1By santosh kumar / 24 November 2023 Which is correct for flush() and close() method? flush() write the content. close() write content anytime. flush() make buffer empty for data store. close() method close the stream permanently. flush() and close() is come inside java.lang package. None of the above. None Time's up