If a PrintWriter is used to write to a file without calling close(), what potential problem may occur?
PrintWriter
close()
The data may not be written to the file.
The file will become read-only.
The program will throw a runtime exception.
The file will be deleted.