NetApp interview question

Write code to reverse a linked list

Interview Answer

Anonymous

21 May 2014

Collections.reverse(list);

1