end of the world next

Computer Science for Transfers
Lab 3 - Files and Exceptions

You may copy the jar file for this lab by issuing the command below from your CS account (on a Linux machine):

    cp ~csx/public_html/lab3.jar .

Overview

The primary purpose of this lab is to provide you with the opportunity to work with files, practice working with exceptions, and implement a dynamically allocated Queue class.

Note that you will not get any credit if your queue is implemented in an array, or if you use any any class in the Java Collections Framework.

Ask Dr. Tiger