Skip to main content

Course Links

Documents

Contents

Reading Homework (ch4)

Lesson 11 Video

Overview #

When you write code problems will happen! There is a lot of stuff that is outside of your control such as what the operating system does, the state of the network, or using other engineers’ code. Java has exceptions built into the language to help solve these issues. When your code gets into an unknown state you can throw an exception! When you used other code you may have to catch and exception. Proper exception handling will make the difference between a robust application that will be easy to maintain and a flaky application that is constantly crashing.

Additional Videos #

zyBooks #

For this homework, you will need to log into zyBooks with the link below and complete the assigned challenge and participation questions. There is nothing you need to submit for this homework all your progress is saved automatically by the textbook. Only work done before the due date (and late work policy) will be counted towards your grade.

Grading #

This reading assignment is worth 20 points. The due date is listed on the course homepage. Your grade will be calculated with the formula: Math.floor(%complete * 20) = Total Points. For example, if you completed 80% of the assigned challenge and participation questions your grade would be .8 * 20 = 16.

Accessibility #

zyBooks provided an enhanced accessability mode that you can have activated. More information is located on the zyBooks website!