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 the abstract class?
What state is a thread in when it is executing?
What is the purpose of static methods and static variables?
What is the difference between serial and throughput garbage collector?
Explain the Propertie sof class?
What is a Hash Table? What are the advantages of using a hash table?
Why is a singleton bad?
Can list contain null in java?
What is java used for on a computer?
why we use merge option in hybernate pls give a ex snippet
What does the append?
what is nested class in java?
When should a function throw an exception?
How we can execute any code even before main method?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?