Ask Question
16 September, 06:01

A Set collection is an unordered collection that allows duplicate elements TRUE FALSE

+5
Answers (1)
  1. 16 September, 06:22
    0
    FALSE.

    Explanation:

    A set collection is an unordered collection. It is optimized for searching but it does not allow duplicate elements. Set is implemented by LinkedHashSet, TreeSet or HashSet.

    Set has various methods to remove, add, size, clear etc which enhances it's usage.

    When duplicate values are entered in the set it will display that value only.

    Hence we conclude that the answer to this question is False because it does not allows duplicate values.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A Set collection is an unordered collection that allows duplicate elements TRUE FALSE ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers