What is the Set interface?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
Set interface is the one which will provide convinience
methods to add the objects which contains no duplicates.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijayakumar chinnasamy
Set is an interface in java.util package.Set does not allow
duplicate values but using set we can easily sort the
elements in ascending order using treeset.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the purpose of "virtual"?
What is the purpose of file class?
Why is java logo a cup of coffee?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
What is java in detail?
what is Abstract DataType?
How to find the given number is a prime number or not by getting input from the user
How can we make string upper case or lower case?
Difference between java and javascript
What are the steps involved to write rmi based programs?
What is the difference between final, finally and finalize()?
Why do we use variables?