Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is the difference between set and list?
A Set stores elements in an unordered way and does not contain duplicate elements, whereas a list stores elements in an ordered way but may contain duplicate elements.