(Choose 1 answer)
Which of the statements below is true?
A. When you construct an instance of File, if the corresponding file does not exist on the local file system, one will be created.
B. When you construct an instance of File, the file will not be created even if the corresponding file does not exist on the local file system.
C. When you construct an instance of File, if you do not use the file-naming semantics of the local machine, the constructor will throw an IOException.
D. When an instance of File is garbage collected, the corresponding file on the local file system is deleted.
Exit 37