The lectures this week will cover exceptions. Exceptions deal with unexpectedted events in your program.
The second part of the lecture describes how to imlement exception in Java. And how to test them using JUnit.
The third part of the lecture describes how to define your own exception and to use the fields in them.
The tutorial contains questions on exceptions to help you check your understanding.
This week you will demo the interface you implemented to test size in the shapes program. Next week you will begin working on a new program that implements a lending library.
This is the first backlog for the library program.