Which one is better to retrieve the elements in forward and backward direction?

Options
- for-each loop
- Enumeration interface
- ListIterator Interface
- Iterator Interface


CORRECT ANSWER : ListIterator Interface

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement