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
What is a superclass?
What is java lang object?
Explain about static imports in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is local declaration?
What is palindrome in java?
What is static method with example?
How do listeners work?
What are "class access modifiers" in Java?
Give us a program to check for parenthesis matching using stack.
What is thread start?
What is the difference between compile-time polymorphism and runtime polymorphism?
Can we increase array size dynamically in java?
Can a class have an interface?
What is the difference between member variables initialization and assignment in a constructor?