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 many classes can any class inherit java?

0 Answers  


why static class in java or what is use of static class in java

3 Answers   SunGard,


Why charat is used in java?

0 Answers  


In real time project which driver did u use? What is the main functionality of the Prepared Statement?

3 Answers   Photon,


What is difference between iterator and enumeration in java?

0 Answers  


Explain the importance of finalize() method.

0 Answers  


How many bits is a string?

0 Answers  


What are predefined functions?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What is field name?

0 Answers  


What is treeset in java collection?

0 Answers  


what is the use of datasource in core java?

3 Answers   Satyam,


Categories