CS1027b Computer Science Fundamentals II

Lab 7

Learning Outcomes

Upon completion of this lab, you should be able to do the following:

General Lab Instructions

IMPORTANT. Make sure you attend the lab session to which you registered, show the result(s) of each exercise to your TA, and submit the .java files that you wrote and AnswersLab7.txt through OWL by 11:55pm on the same day as your lab session to get your marks for the lab.

Exercise 1: Experimenting More with Exceptions

Download the Exception Examples 2, 10, and 11 from the Sample Code section of the course's webpage.

Exercise 2: Experimenting with Linked Lists

Download BuildLinkedList.java and LinearNode.java from the section "Linked Data Structures" of the Sample Code page.