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 is a get method?

0 Answers  


What is a values collection view ?

0 Answers  


What is the locale class in java programming?

0 Answers  


How to make a class immutable?

15 Answers   Bosch, TSYS,


When should you make a function static?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


How many types of threads are there in java?

0 Answers  


What is the difference between member variables initialization and assignment in a constructor?

0 Answers   Hexaware, Virtusa,


What are the main uses of this keyword?

0 Answers  


What is the difference between a checked and an unchecked exception?

0 Answers   Cyient,


What is OOP?

2 Answers   BMC, Microsoft,


Categories