Answer Posted / selvan
java.util.Set Packages, there is no dulicate elements.Bcoz
these interfaces doesn't allows the dulicate values or
elements. For example. HashMap, HashSet, TreeSet and so on.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How much is a java license?
How are this() and super() used with constructors in java programming?
What all methods are used to prevent thread execution ?
What is a ?
Do you know how to reverse string in java?
Can a class have multiple subclasses?
Why is method overloading not possible by changing the return type in java?
What is :: operator in java 8?
Can you override static methods?
What is the difference between hashmap and hashtable in java?
what is object slice?
What is the use of arrays tostring () in java?
How to obtain a performance profile of java program
Wha is the output from system.out.println(“hello”+null); ?
What is stringjoiner ?