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

What languages are pass by reference?

0 Answers  


Can you extend more than one interface?

9 Answers  


What is string [] args?

0 Answers  


What is externalizable?

0 Answers  


what is the use of clone method? why user cant overwrite in sub class without its proper defination.

2 Answers   TCS,


What is the longest unicode character?

0 Answers  


What are the different types of data structures in java?

0 Answers  


What is the difference between abstract class and interface?

3 Answers   Aspire,


What does += mean coding?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is the argument type of main() method?

2 Answers  


What is variable length arguments in java?

0 Answers  


Categories