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
What is this () in java?
What is a string what operation can be performed out with the help of a string?
Can we override constructor?
Is char a method in java?
How do you sort a string in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is the function of java?
What is method in java ?
How do you declare a string variable?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is the purpose of interface?
how to one war file class to another war file class?
How we can declare a static variable?
Explain the differences between static and dynamic variables?
Explain the difference between abstract class and interface in java?