first there is no close() method for java.io.File

and if you think of it, do you really need to close that file?
because there many instances when creating a File object,
Example:
is the file...