Example
Import java.io.* ;
Get those methods associated with input and output
throws IOException {
Exceptions are problems that develop at run time.
Java supports programs that handle exceptions gracefully
Throws IOException is one method of handling these problems
All of Chapter 12 is dedicated to exception handling