list of classes which automatically create the file passed in the constructor

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
The_Nick
Posts: 132
Joined: Thu May 16, 2013 9:23 am
Contact:

list of classes which automatically create the file passed in the constructor

Post by The_Nick »

In this case I see that If string 1 and string 2 are not real file it does not work.
What are the classes in which if I pass a file it's going to be created automatically? Do we have a list of these classes?
for example I know that the following:

FileReader reader = new FileReader(new File(/home/user/Desktop/indeed.txt);

automatically creates the file without having to code file.createNewFile();

Bottom line: I would like to know if there is a list of classes which automatically create the file passed in the constructor. I see it's not the case of a FileInputStream;

Thanks in advance.

The_Nick.
Last edited by admin on Mon Jun 24, 2013 6:25 am, edited 2 times in total.
Reason: removed question reference from title

admin
Site Admin
Posts: 10386
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v7.2.1274 :

Post by admin »

Please go through the API javadoc for all the File related classes for this.

HTH,
Paul.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests