Tuesday, November 29, 2011

What is the difference between List, Set and Map

A Set is a collection that has no duplicate elements. :List has order but duplicate elements.:List : List will store values in sequence of order.:List : It is not allow the duplicate value, but it unordered.{1,3,2,4,5}
Category:Java Interview Questions

No comments:

Post a Comment