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 a type parameter in java?
How will you load a specific locale?
What is javac_g?
What do you understand by the term string pool?
What are the concepts of 'OOPS'?
Why isn’t there operator overloading?
What about static nested classes in java?
Which method returns the length of a string?
Why runnable interface is used in java?
When is finally block not called?
Which class should you use to obtain design information about an object in java programming?
How to perform merge sort in java?
Why java is made?
What is java and why do we need it? Explain
Why map is used in java?