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
How many types of java are there?
Explain the difference between comparator and comparable in java?
What are jee technologies?
What is sizeof in java?
How does enum work in java?
What is constant in programming?
When is an object subject to garbage collection?
Can a constructor be made final?
What is bytecode verifier?
Explain what are final variable in java?
difference between byte stream class and character stream class?
How big is a 32 bit integer?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What do you know about java?
What is Mutex (Mutual Exclusion Object) ?