Q48
In Java, which collection class does not allow duplicate elements and is typically implemented as a binary tree?
A.
HashSet
B.
ArrayList
C.
LinkedList
D.
TreeSet
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board