queue and linked list or arraylistjava code example Example: queue implementation in java using arraylist Queue<Integer> queue=new ArrayList<Integer>();