Vidyalelo
Java Programming · Q83

Java Collections Framework

Programming · Java Programming · question 83

Q83

What is the unique feature of LinkedHashSet?

A.
It is not a valid class
B.
It maintains the insertion order and guarantees uniqueness
Answer
C.
It provides a way to store key values with uniqueness
D.
The elements in the collection are linked to each other

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board