Explain Linked HashSet

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


Please Help Members By Posting Answers For Below Questions

What is java’s garbage collected heap?

517


Can a static method be overridden in java?

552


Can a static class implement an interface?

535


What do you understand by soft reference?

576


How to make a non daemon thread as daemon?

534






How do you bind variables?

512


Which eclipse is best for java?

512


what are abstract functions?

551


What is the default value of the local variables?

491


What is the difference between serializable and externalizable interfaces?

553


What is an example of a constant variable?

516


Is java a software?

505


What are java annotations?

630


Why we do exception handling in java and how many types of exceptions are there?

533


What is protected in java?

512