Answer Posted / ranganathkini
The java.io.File class abstracts a filename and directory
pathnames. It provides useful methods to perform some basic
filesystem operations such as, verifying the existance of a
file, getting the absolute or relative path of a file,
verifying if a path refers to a directory or file, verifying
the permissions on a File, checking the file length,
create/remove folders, etc.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which is faster set or list in java?
What does method mean?
Can variables be used in java without initialization?
Is minecraft java edition free?
Can we write method inside a method in java?
Can static methods be inherited?
Write a function to print Fibonacci series and Tribonacci series?
What is finalize()?
Who found java?
Explain what access modifiers can be used for methods?
What is abstract class constructor called?
What is the point of java?
What is a vararg?
What is the default access specifier for variables and methods of a class?
Explain the difference between runnable and callable interface in java?