Term
The File class extends from |
|
Definition
|
|
Term
The File() Object has what 3 constructor types. |
|
Definition
File, String - Creates a new File instance from a parent abstract pathname and a child pathname string.
String - Creates a new File instance by converting the given pathname string into an abstract pathname.
String, String - Creates a new File instance from a parent pathname string and a child pathname string. |
|
|
Term
Key Methods of the File Object |
|
Definition
createNewFile() delete() exists() isDirectory() isFile() list() mkdir() renameTo() |
|
|
Term
The FileWriter object extens from |
|
Definition
|
|
Term
The BufferedWriter object extens from |
|
Definition
|
|
Term
The FileWriter() Contructors accept |
|
Definition
|
|
Term
The FileWriter() has what key methods |
|
Definition
|
|