PayPal Interview Question

1) Difference between List and Set (other than uniqueness)

Interview Answers

Anonymous

Feb 4, 2016

Can you please share what were the other questions and how many rounds where there in total?

Anonymous

Mar 31, 2016

Every implementation of List maintains insertion order whereas HashSet(one of the implementations) doesn't do the same.