AP CS A > Extra Stuff > Flashcards
What should you import for dealing with files?
import java.io.*
What is the code to print out errors?
e.printStackTrace();
How do you define a new file?
File name = new File(“”)
What is the basic format of reading a file?
try { } catch () { }