Package edu.pdx.cs410J.core
Class WriteToFileTryWithResource
java.lang.Object
edu.pdx.cs410J.core.WriteToFileTryWithResource
This program does the same thing as
WriteToFile
but uses the new
"try with resource" language feature of Java 7.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WriteToFileTryWithResource
public WriteToFileTryWithResource()
-
-
Method Details
-
main
The first argument is the file to write to.
-