Explain Linked HashSet
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 |
How many classes can any class inherit java?
why static class in java or what is use of static class in java
Why charat is used in java?
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
What is difference between iterator and enumeration in java?
Explain the importance of finalize() method.
How many bits is a string?
What are predefined functions?
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.
What is field name?
What is treeset in java collection?
what is the use of datasource in core java?