By using Java's list classes, One is the array based java.util.ArrayList and the other is the linked structure based java.util.LinkedList. We also will use java.util.Iterator, demonstrate that your code works. Fill up the queue and show that it extends its size. (Make certain that you import these classes)