Home »
MCQs »
Java MCQs
How can we access methods for file handling in java?
38. How can we access methods for file handling in java?
- Java.files
- Java.io
- Java.io.File
- Java.FileHandling
Answer: C) Java.io.File
Explanation:
To access the file handling methods, we need to use Java.io.File.