1.

How To Reverse The List?

Answer»

This QUESTION is just LIKE above to test your knowledge of Collections UTILITY class. Use it reverse() METHOD to reverse the LIST.
Collections.reverse(list);

This question is just like above to test your knowledge of Collections utility class. Use it reverse() method to reverse the list.
Collections.reverse(list);



Discussion

No Comment Found