(Choose 1 answer)
Which of the File class description statements below is WRONG?
A. File class helps accessing file/dictionary information only.
B. File class doesn't have any method to access data in a file.
C. File class has only one constructor with a file path parameter
D. File class is a class which could be found in java.io package.
Exot