What is the purpose of the File class?

Answers were Sorted based on User's Feedback



What is the purpose of the File class?..

Answer / 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

What is the purpose of the File class?..

Answer / ravikiran

fileclass is used to read or write data from and to the file

Is This Answer Correct ?    5 Yes 2 No

What is the purpose of the File class?..

Answer / letsapa

can be used to find information about a file, such as
whether it exist or is open, its size, and its, last
modification

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

State some advantages of java?

0 Answers  


how to call One constructor from another;

10 Answers   Innodata Isogen,


What is a methodologist?

0 Answers  


What are the three parts of a lambda expression?

0 Answers  


What is arrays aslist in java?

0 Answers  






What is set in java?

0 Answers  


When is the finally clause of a try-catch-finally statement executed?

0 Answers  


Explain the difference between extends thread vs implements runnable in java?

0 Answers  


What is the byte range?

0 Answers  


Can you instantiate the math class in Java?

0 Answers   IBS,


Does .length start 0 java?

0 Answers  


v-model life cycle

0 Answers   Virtusa,


Categories