1. Does java.io.* give the programmer the ability to access files on disk? 2. Does this class need to implement "seralizable" to work properly? 3. Is "File" a class that allows writing directly to the file? 4. Is "testFile" a reference variable? 5. Is "salary" a reference variable? 6. Will the "try" statement catch I/O errors? 7. Does "FileWriter" send only numbers to a file and not strings? 8. Will "PrintWriter" send strings to a file? 9. Is "System.out" and "out" the same things? 10. Is IOException a class? 11. Must all exceptions be named "e"? 12. Is the "try" statement required or will you get a compiler error? 13. Will exceptions catch all compiler errors? 14. Do all exceptions have a parent class called "Exception"?