CIS 35A: Introduction to Java Programming

Home | Green Sheet | Lectures | Assignments | FAQ | Grades

Collections

Collections and Generics
Enhanced Invoice app
Overview

Console output for the enhanced Invoice application

In this version of the Invoice application, the user can enter multiple invoices that are then stored in a queue created from the GenericQueue class.

Previous | Overview | Code | Next