Queues Java Programming Project

Download PrintQueue.java source code

PrintQueue Project

public class PrintQueue<E>

Objective: To understand the nature of java.util.Queue and write a small program that implements the 4 methods of java.util.Queue that you must know for the AP exam.


How our class might relate to an a real world printer. The list of document names is our documentsToPrintOut LinkedList.

Hospital Queue



Design a program that uses a Queue for patients who visit a Hospital Emergency room. You can design this program any way that you want including creating other classes as long as you use a queue!
1) for extra credit, design an EmergencyRoom Class that interacts with the Queue
site map | resources