Explain Linked HashSet



Explain Linked HashSet..

Answer / 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

More Core Java Interview Questions

how its run?

0 Answers  


Can private method static?

0 Answers  


Can a class be protected in java?

0 Answers  


What is an iterator interface in java programming?

0 Answers  


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  






what is collections in java?

4 Answers  


How many techniques can be employed to create a string object?

0 Answers  


Give an example of call be reference significance.

0 Answers   Agilent,


What is the return type of the main method?

0 Answers  


what is java bean?where can we use it?

12 Answers   TCS,


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


What is the use of join method?

0 Answers  


Categories