View Single Post
Old 04-27-2008, 01:44 AM   #1
dstrivenmarch
Junior Member
 
Join Date: Apr 2008
Posts: 32
AP Computer Science AB Question

If you have an list that has "One", "Two", "Three", and "Four", then you use ListIterator<String> itr=list.listIterator(); String element=itr.next();

Now element=?
dstrivenmarch is offline