Saint Mary’s University
Department of Mathematics and Computing Science
CSC 465.2: Principles of Object-Oriented Programming
WINTER 2000-2001

Assignment #5

Instructor: Dr. Pawan Lingras

Due Date: March 16, 2001

You can find the relevant classes in the demo directory. Load them into Java workshop to find out about the members.

Derive a SymbolTable class from Hashtable that implements Serializable interface.

Implement the symbol table and related features from Assignment #4.

The demo doesn't take care of all the exceptions. Your program MUST take care of various exceptions.

You are expected use ObjectOutputStream and Enumeration classes in this assignment.