IT 114: Introduction to Java
Answers to Class 32 Ungraded Quiz
-
What is the class of the object used to write to a file?
FileWriter
-
In what package is this class located?
java.io
-
What kind of exception will this class throw?
IOException
-
What is the method used to write to a file with an object of this class?
write