What Is The Unique Feature Of Linkedhashset #701
What is the unique feature of LinkedHashSet?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Set - Quiz No.1.
What is the unique feature of LinkedHashSet?
It is not a valid class
It maintains the insertion order and guarantees uniqueness
It provides a way to store key values with uniqueness
The elements in the collection are linked to each other