

MCQOPTIONS
Saved Bookmarks
1. |
What is the unique feature of LinkedHashSet? |
A. | It is not a valid class |
B. | It maintains the insertion order and guarantees uniqueness |
C. | It provides a way to store key values with uniqueness |
D. | The elements in the collection are linked to each other |
Answer» C. It provides a way to store key values with uniqueness | |