IT 114: Introduction to Java
Answers to Class 32 Ungraded Quiz

  1. What is the class of the object used to write to a file?
    FileWriter
  2. In what package is this class located?
    java.io
  3. What kind of exception will this class throw?
    IOException
  4. What is the method used to write to a file with an object of this class?
    write