Answer Posted / hrindows@gmail.com
Java LinkedHashSet class is a Linked list and Hash table implementation of the Set interface. It contains unique elements same as a HashSet. Linked HashSet in Java also provides optional set operations that can maintain the order of insertion.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does a class inherit the constructors of its superclass in java programming?
What is contract between hashcode and equal method?
Can we have multiple public classes in a java source file?
What is illegal identifier in java?
How do you create a method in java?
How does compareto work in java?
What is the parse method in java?
Where is the singleton class used?
What is type conversion in java?
Which containers use a flowlayout as their default layout in java programming?
what is the purpose of the runtime class?
What is string in java? String is a data type?
What is regex used for?
What is a nested list?
What is the history of java?