What will happen if the close() method is not called on a PrintWriter object after writing to a file?
close()
PrintWriter
A memory leak may occur.
The program will crash.
The file will be corrupted.
The changes may not be saved.