Home » JAVA Programming » Files and I/O » Question
  1. Which jar provides FileUtils which contains methods for file operations?
    1. dir
    2. file
    3. apache commons
    4. file commons
    5. None of these
Correct Option: C

FileUtils is a part of apache commons which provides various methods for file operations like writeStringToFile.



Your comments will be displayed only after manual approval.