This QueueStackUtil class tests various usages of the Queue interface and Stack classes
param1 is an array of string. You will create a queue with each string as an element of
the queue. you will then remove each element which has more than 4 characters in it, leaving the
queue with the remaining 3 or shorter strings in the original order