Answer Posted / 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 View All Answers
What is an example of a keyword?
What is difference between null and void?
Why pass by reference is not possible in java?
What is the difference between Grid and Gridbaglayout?
What is a generic type?
What is get () in java?
What are the restrictions imposed by a Security Manager on Applets?.
How can I become a good programmer?
What is an anonymous class in java?
Can we override the overloaded method?
What are the advantages of unicode?
How big is a gigabyte?
Can you explain the usages of class.forname()?
Write a program to search a number in the given list of numbers.
How do you change an int to a string?