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 |
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
What is an object in java and how is it created?
Explain aggregation in java?
What is final keyword in java? Give an example.
Can an object be garbage collected while it is still reachable?
can used Protected Class outside Function.?
I want to know the host name and provider name for tcs web mail
static inner classes means..?
What are the skills required for core java?
Differentiate constructor and a method and how are it be used?
How do I write a self declaration?
Why do we need wrapper classes?