×

Multiple-Choice Questions

How can we access methods for file handling in java?

38. How can we access methods for file handling in java?

  1. Java.files
  2. Java.io
  3. Java.io.File
  4. Java.FileHandling

Answer: C) Java.io.File

Explanation:

To access the file handling methods, we need to use Java.io.File.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.