Tuesday, October 27, 2015

Core Java - How to reverse the List in Collections ?


There is a built in reverse method in Collections class . reverse(List list) accepts list as parameter.

No comments:

Post a Comment