List, Set, Queue are iterable while Maps are not . Iterable collections can be changed i.e. their items can be modified, add, remove, can be accessed sequentially. The map doesn’t extend iterable.
Read moreList, Set, Queue are iterable while Maps are not . Iterable collections can be changed i.e. their items can be modified, add, remove, can be accessed sequentially. The map doesn’t extend iterable.
Read more