- 1
HOW two Add Duplicate Values in SET
is It possible to add or not? if yes then How??
2 Respostas
+ 4
unsure about which language you are questioning....
but java for instance have the HashSet object which allows to create a list of values WITH NO repetition of values (that is a key property of a set)
ArrayList however can have all the repetitions you'd want
0
yeah..thats all i know.. but my Boss given Me a task to perform that Insert duplicate Values in a Set 😞