Saint
Marys 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
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.