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