Monday, 25 April 2016

List vs. Set


List vs. Set
  • List allows duplicate values.
  • Set doesn't allow duplicates.
  • List maintains the insertion order in which you inserted elements into the list.
  • Set doesn't maintain order.


No comments:

Post a Comment

Note: only a member of this blog may post a comment.