Answer Posted / ramanareddy333
in java .util package there is one interface (set interface)
that interface does not allows the duplicate values.that
interface implementations class are
hashset,treeset....these classes don't allow the duplicate
values.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Does collectionutils isempty check for null?
What is difference between iterator access and index access?
Mention some interfaces implemented by linked list in java.
Explain with example the concept of constant variable in java.
What is arrays sort in java?
Is empty set an element of empty set?
When to use runnable interface vs thread class in java?
How do you override a variable in java?
List the different types of classloaders in java.
What are the java ide’s?
What is passing by reference in java?
What value is a variable of the string type automatically initialized?
What differences exist between iterator and listiterator?
What is enhanced loop in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread